Html Css Color HEX #5985CC Havelock Blue

📋 copy color: '#5985CC'

red 89 ◦ green 133 ◦ blue 204

#5985CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5985CC

Tints of Havelock Blue #5985CC

RGB

 RED value IS 89 (35.16% from 255) = 20.89%

 GREEN value IS 133 (52.34% from 255) = 31.22%

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 20.89%
G = 31.22%
B = 47.89%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5985CC (or 0x5985CC) is known color: Havelock Blue. HEX triplet: 59, 85 and CC. RGB value is (89,133,204). Sum of RGB (Red+Green+Blue) = 89+133+204=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #5985CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5985CC is #A67A33. Grayscale: #7F7F7F. Windows color (decimal): -10910260 or 13403481. OLE color: 13403481.

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

Color convert

RGB 89 133 204 -
CMYK 0.56 0.35 0 0.2
HSL 217.04º 0.53% 0.57% -
HSV(B) 217.04º 0.56% 0.8% -
XYZ 23.41 23.26 60.38 -
YUV 127.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 89 133 204 0.56 0.35 0 0.2 217.04 0.53 0.57
Hex 59 85 CC 38 23 0 14 D9 35 39
Octal 131 205 314 70 43 0 24 331 65 71
Binary 1011001 10000101 11001100 111000 100011 0 10100 11011001 110101 111001

Color Harmonies of #5985CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5985CC

Black with #5985CC

Text Example


Text Example

White with #5985CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,133,204); }

 H1.HeaderClassName
 {
   color: #5985CC;
 }
 .AnyTagClassName
 {
   color: #5985CC;
 }
</style>

background-color css

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

 a { background-color: rgb(89,133,204); }

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

border-color css

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

 span { border-color: rgb(89,133,204); }

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