#537CBE

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

Shades of Havelock Blue #537CBE

Tints of Havelock Blue #537CBE

Color information

#537CBE (or 0x537CBE) is unknown color: approx Havelock Blue. HEX triplet: 53, 7C and BE. RGB value is (83,124,190). Sum of RGB (Red+Green+Blue) = 83+124+190=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #537CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CBE is #AC8341. Grayscale: #767676. Windows color (decimal): -11305794 or 12483667. OLE color: 12483667.

HSL color Cylindrical-coordinate representation of color #537CBE: hue angle of 217.01º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #537CBE is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83124190-
CMYK0.560.3500.25
HSL217.01º45.15%53.53%-
HSV(B)217.01º56.32%74.51%-
XYZ20.0719.9751.51-
YUV119.26167.92102.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.91%
GREEN value IS 124 (48.83% from 255) = 31.23%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=20.91%
G=31.23%
B=47.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831241900.560.3500.25217.0145.1553.53
Hex537CBE3823019d92d36
Octal12317427670430313315566
Binary101001111111001011111011100010001101100111011001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,124,190); }

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

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

 a { background-color: rgb(83,124,190); }

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

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

 span { border-color: rgb(83,124,190); }

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