Html Css Color HEX #5976CF Havelock Blue

📋 copy color: '#5976CF'

red 89 ◦ green 118 ◦ blue 207

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

Shades of Havelock Blue #5976CF

Tints of Havelock Blue #5976CF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.5%

 BLUE value IS 207 (81.25% from 255) = 50%

R = 21.5%
G = 28.5%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5976CF (or 0x5976CF) is known color: Havelock Blue. HEX triplet: 59, 76 and CF. RGB value is (89,118,207). Sum of RGB (Red+Green+Blue) = 89+118+207=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #5976CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5976CF is #A68930. Grayscale: #777777. Windows color (decimal): -10914097 or 13596249. OLE color: 13596249.

HSL color Cylindrical-coordinate representation of color #5976CF: hue angle of 225.25º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5976CF is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 118 207 -
CMYK 0.57 0.43 0 0.19
HSL 225.25º 0.55% 0.58% -
HSV(B) 225.25º 0.57% 0.81% -
XYZ 21.86 19.59 61.66 -
YUV 119.48 177.39 106.26 -
System Red Green Blue C M Y K H S L
Decimal 89 118 207 0.57 0.43 0 0.19 225.25 0.55 0.58
Hex 59 76 CF 39 2B 0 13 E1 37 3A
Octal 131 166 317 71 53 0 23 341 67 72
Binary 1011001 1110110 11001111 111001 101011 0 10011 11100001 110111 111010

Color Harmonies of #5976CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5976CF

Black with #5976CF

Text Example


Text Example

White with #5976CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5976CF; }

 p { color: rgb(89,118,207); }

 H1.HeaderClassName
 {
   color: #5976CF;
 }
 .AnyTagClassName
 {
   color: #5976CF;
 }
</style>

background-color css

<style>
 a { background-color: #5976CF; }

 a { background-color: rgb(89,118,207); }

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

border-color css

<style>
 span { border-color: #5976CF; }

 span { border-color: rgb(89,118,207); }

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