Html Css Color HEX #5081CE Havelock Blue

📋 copy color: '#5081CE'

red 80 ◦ green 129 ◦ blue 206

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

Shades of Havelock Blue #5081CE

Tints of Havelock Blue #5081CE

RGB

 RED value IS 80 (31.64% from 255) = 19.28%

 GREEN value IS 129 (50.78% from 255) = 31.08%

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

R = 19.28%
G = 31.08%
B = 49.64%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5081CE (or 0x5081CE) is known color: Havelock Blue. HEX triplet: 50, 81 and CE. RGB value is (80,129,206). Sum of RGB (Red+Green+Blue) = 80+129+206=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #5081CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5081CE is #AF7E31. Grayscale: #7A7A7A. Windows color (decimal): -11501106 or 13533520. OLE color: 13533520.

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

Color convert

RGB 80 129 206 -
CMYK 0.61 0.37 0 0.19
HSL 216.67º 0.56% 0.56% -
HSV(B) 216.67º 0.61% 0.81% -
XYZ 22.3 21.86 61.44 -
YUV 123.13 174.77 97.24 -
System Red Green Blue C M Y K H S L
Decimal 80 129 206 0.61 0.37 0 0.19 216.67 0.56 0.56
Hex 50 81 CE 3D 25 0 13 D9 38 38
Octal 120 201 316 75 45 0 23 331 70 70
Binary 1010000 10000001 11001110 111101 100101 0 10011 11011001 111000 111000

Color Harmonies of #5081CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5081CE

Black with #5081CE

Text Example


Text Example

White with #5081CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,129,206); }

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

background-color css

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

 a { background-color: rgb(80,129,206); }

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

border-color css

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

 span { border-color: rgb(80,129,206); }

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