Html Css Color HEX #5177CE Havelock Blue

📋 copy color: '#5177CE'

red 81 ◦ green 119 ◦ blue 206

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

Shades of Havelock Blue #5177CE

Tints of Havelock Blue #5177CE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.31%

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

R = 19.95%
G = 29.31%
B = 50.74%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5177CE (or 0x5177CE) is known color: Havelock Blue. HEX triplet: 51, 77 and CE. RGB value is (81,119,206). Sum of RGB (Red+Green+Blue) = 81+119+206=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #5177CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5177CE is #AE8831. Grayscale: #757575. Windows color (decimal): -11438130 or 13530961. OLE color: 13530961.

HSL color Cylindrical-coordinate representation of color #5177CE: hue angle of 221.76º 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 #5177CE is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 119 206 -
CMYK 0.61 0.42 0 0.19
HSL 221.76º 0.56% 0.56% -
HSV(B) 221.76º 0.61% 0.81% -
XYZ 21.13 19.4 61.02 -
YUV 117.56 177.91 101.93 -
System Red Green Blue C M Y K H S L
Decimal 81 119 206 0.61 0.42 0 0.19 221.76 0.56 0.56
Hex 51 77 CE 3D 2A 0 13 DE 38 38
Octal 121 167 316 75 52 0 23 336 70 70
Binary 1010001 1110111 11001110 111101 101010 0 10011 11011110 111000 111000

Color Harmonies of #5177CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5177CE

Black with #5177CE

Text Example


Text Example

White with #5177CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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