#5387CC

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

Shades of Havelock Blue #5387CC

Tints of Havelock Blue #5387CC

Color information

#5387CC (or 0x5387CC) is unknown color: approx Havelock Blue. HEX triplet: 53, 87 and CC. RGB value is (83,135,204). Sum of RGB (Red+Green+Blue) = 83+135+204=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #5387CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5387CC is #AC7833. Grayscale: #7E7E7E. Windows color (decimal): -11302964 or 13403987. OLE color: 13403987.

HSL color Cylindrical-coordinate representation of color #5387CC: hue angle of 214.21º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5387CC is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB83135204-
CMYK0.590.3400.2
HSL214.21º54.26%56.27%-
HSV(B)214.21º59.31%80%-
XYZ23.1323.5360.45-
YUV127.32171.2796.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.67%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 204 (80.08% from 255) = 48.34%
R=19.67%
G=31.99%
B=48.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal831352040.590.3400.2214.2154.2656.27
Hex5387CC3B22014d63638
Octal12320731473420243266670
Binary1010011100001111100110011101110001001010011010110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5387CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5387CC; }

 p { color: rgb(83,135,204); }

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

<style>
 a { background-color: #5387CC; }

 a { background-color: rgb(83,135,204); }

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

<style>
 span { border-color: #5387CC; }

 span { border-color: rgb(83,135,204); }

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