#537BB5

Color #537BB5 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #537BB5

Tints of Havelock Blue #537BB5

Color information

#537BB5 (or 0x537BB5) is unknown color: approx Havelock Blue. HEX triplet: 53, 7B and B5. RGB value is (83,123,181). Sum of RGB (Red+Green+Blue) = 83+123+181=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 181 - color contains mainly: blue. Hex color #537BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BB5 is #AC844A. Grayscale: #757575. Windows color (decimal): -11306059 or 11893587. OLE color: 11893587.

HSL color Cylindrical-coordinate representation of color #537BB5: hue angle of 215.51º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #537BB5 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB83123181-
CMYK0.540.3200.29
HSL215.51º39.84%51.76%-
HSV(B)215.51º54.14%70.98%-
XYZ18.9919.3446.45-
YUV117.65163.75103.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 21.45%
GREEN value IS 123 (48.44% from 255) = 31.78%
BLUE value IS 181 (71.09% from 255) = 46.77%
R=21.45%
G=31.78%
B=46.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831231810.540.3200.29215.5139.8451.76
Hex537BB5362001Dd82834
Octal12317326566400353305064
Binary101001111110111011010111011010000001110111011000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537BB5; }

 p { color: rgb(83,123,181); }

 H1.HeaderClassName
 {
   color: #537BB5;
 }
 .AnyTagClassName
 {
   color: #537BB5;
 }
</style>
background-color css

<style>
 a { background-color: #537BB5; }

 a { background-color: rgb(83,123,181); }

 div.DivClassName
 {
   background-color: #537BB5;
 }
 .BgClassName
 {
   background-color: #537BB5;
 }
</style>
border-color css

<style>
 span { border-color: #537BB5; }

 span { border-color: rgb(83,123,181); }

 td.TdClassName
 {
   border-color: #537BB5;
 }
 .TagClassName
 {
   border-color: #537BB5;
 }
</style>