Html Css Color HEX #5176CE Havelock Blue

📋 copy color: '#5176CE'

red 81 ◦ green 118 ◦ blue 206

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

Shades of Havelock Blue #5176CE

Tints of Havelock Blue #5176CE

RGB

 RED value IS 81 (32.03% from 255) = 20%

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 20%
G = 29.14%
B = 50.86%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5176CE (or 0x5176CE) is known color: Havelock Blue. HEX triplet: 51, 76 and CE. RGB value is (81,118,206). Sum of RGB (Red+Green+Blue) = 81+118+206=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #5176CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5176CE is #AE8931. Grayscale: #747474. Windows color (decimal): -11438386 or 13530705. OLE color: 13530705.

HSL color Cylindrical-coordinate representation of color #5176CE: hue angle of 222.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5176CE is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 118 206 -
CMYK 0.61 0.43 0 0.19
HSL 222.24º 0.56% 0.56% -
HSV(B) 222.24º 0.61% 0.81% -
XYZ 21.01 19.16 60.98 -
YUV 116.97 178.24 102.34 -
System Red Green Blue C M Y K H S L
Decimal 81 118 206 0.61 0.43 0 0.19 222.24 0.56 0.56
Hex 51 76 CE 3D 2B 0 13 DE 38 38
Octal 121 166 316 75 53 0 23 336 70 70
Binary 1010001 1110110 11001110 111101 101011 0 10011 11011110 111000 111000

Color Harmonies of #5176CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5176CE

Black with #5176CE

Text Example


Text Example

White with #5176CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5176CE; }

 p { color: rgb(81,118,206); }

 H1.HeaderClassName
 {
   color: #5176CE;
 }
 .AnyTagClassName
 {
   color: #5176CE;
 }
</style>

background-color css

<style>
 a { background-color: #5176CE; }

 a { background-color: rgb(81,118,206); }

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

border-color css

<style>
 span { border-color: #5176CE; }

 span { border-color: rgb(81,118,206); }

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