#5375BE

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

Shades of Havelock Blue #5375BE

Tints of Havelock Blue #5375BE

Color information

#5375BE (or 0x5375BE) is unknown color: approx Havelock Blue. HEX triplet: 53, 75 and BE. RGB value is (83,117,190). Sum of RGB (Red+Green+Blue) = 83+117+190=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #5375BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5375BE is #AC8A41. Grayscale: #727272. Windows color (decimal): -11307586 or 12481875. OLE color: 12481875.

HSL color Cylindrical-coordinate representation of color #5375BE: hue angle of 220.93º 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 #5375BE is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83117190-
CMYK0.560.3800.25
HSL220.93º45.15%53.53%-
HSV(B)220.93º56.32%74.51%-
XYZ19.2218.2851.23-
YUV115.16170.24105.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.28%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=21.28%
G=30%
B=48.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831171900.560.3800.25220.9345.1553.53
Hex5375BE3826019dd2d36
Octal12316527670460313355566
Binary101001111101011011111011100010011001100111011101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5375BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5375BE; }

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

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

<style>
 a { background-color: #5375BE; }

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

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

<style>
 span { border-color: #5375BE; }

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

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