Html Css Color HEX #5179CE Havelock Blue

📋 copy color: '#5179CE'

red 81 ◦ green 121 ◦ blue 206

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

Shades of Havelock Blue #5179CE

Tints of Havelock Blue #5179CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.66%

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

R = 19.85%
G = 29.66%
B = 50.49%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5179CE (or 0x5179CE) is known color: Havelock Blue. HEX triplet: 51, 79 and CE. RGB value is (81,121,206). Sum of RGB (Red+Green+Blue) = 81+121+206=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #5179CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5179CE is #AE8631. Grayscale: #767676. Windows color (decimal): -11437618 or 13531473. OLE color: 13531473.

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

Color convert

RGB 81 121 206 -
CMYK 0.61 0.41 0 0.19
HSL 220.8º 0.56% 0.56% -
HSV(B) 220.8º 0.61% 0.81% -
XYZ 21.37 19.88 61.1 -
YUV 118.73 177.25 101.09 -
System Red Green Blue C M Y K H S L
Decimal 81 121 206 0.61 0.41 0 0.19 220.8 0.56 0.56
Hex 51 79 CE 3D 29 0 13 DD 38 38
Octal 121 171 316 75 51 0 23 335 70 70
Binary 1010001 1111001 11001110 111101 101001 0 10011 11011101 111000 111000

Color Harmonies of #5179CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5179CE

Black with #5179CE

Text Example


Text Example

White with #5179CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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