Html Css Color HEX #5789CC Havelock Blue

📋 copy color: '#5789CC'

red 87 ◦ green 137 ◦ blue 204

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

Shades of Havelock Blue #5789CC

Tints of Havelock Blue #5789CC

RGB

 RED value IS 87 (34.38% from 255) = 20.33%

 GREEN value IS 137 (53.91% from 255) = 32.01%

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

R = 20.33%
G = 32.01%
B = 47.66%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5789CC (or 0x5789CC) is known color: Havelock Blue. HEX triplet: 57, 89 and CC. RGB value is (87,137,204). Sum of RGB (Red+Green+Blue) = 87+137+204=428 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.33% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #5789CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5789CC is #A87633. Grayscale: #818181. Windows color (decimal): -11040308 or 13404503. OLE color: 13404503.

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

Color convert

RGB 87 137 204 -
CMYK 0.57 0.33 0 0.2
HSL 214.36º 0.53% 0.57% -
HSV(B) 214.36º 0.57% 0.8% -
XYZ 23.78 24.28 60.56 -
YUV 129.69 169.94 97.55 -
System Red Green Blue C M Y K H S L
Decimal 87 137 204 0.57 0.33 0 0.2 214.36 0.53 0.57
Hex 57 89 CC 39 21 0 14 D6 35 39
Octal 127 211 314 71 41 0 24 326 65 71
Binary 1010111 10001001 11001100 111001 100001 0 10100 11010110 110101 111001

Color Harmonies of #5789CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5789CC

Black with #5789CC

Text Example


Text Example

White with #5789CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,137,204); }

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

background-color css

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

 a { background-color: rgb(87,137,204); }

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

border-color css

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

 span { border-color: rgb(87,137,204); }

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