#537BBA

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

Shades of Havelock Blue #537BBA

Tints of Havelock Blue #537BBA

Color information

#537BBA (or 0x537BBA) is unknown color: approx Havelock Blue. HEX triplet: 53, 7B and BA. RGB value is (83,123,186). Sum of RGB (Red+Green+Blue) = 83+123+186=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #537BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BBA is #AC8445. Grayscale: #757575. Windows color (decimal): -11306054 or 12221267. OLE color: 12221267.

HSL color Cylindrical-coordinate representation of color #537BBA: hue angle of 216.7º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #537BBA is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB83123186-
CMYK0.550.3400.27
HSL216.7º42.74%52.75%-
HSV(B)216.7º55.38%72.94%-
XYZ19.5119.5549.2-
YUV118.22166.25102.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.17%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=21.17%
G=31.38%
B=47.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831231860.550.3400.27216.742.7452.75
Hex537BBA372201Bd92b35
Octal12317327267420333315365
Binary101001111110111011101011011110001001101111011001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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