Html Css Color HEX #5181DC Havelock Blue

📋 copy color: '#5181DC'

red 81 ◦ green 129 ◦ blue 220

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

Shades of Havelock Blue #5181DC

Tints of Havelock Blue #5181DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.16%

R = 18.84%
G = 30%
B = 51.16%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5181DC (or 0x5181DC) is known color: Havelock Blue. HEX triplet: 51, 81 and DC. RGB value is (81,129,220). Sum of RGB (Red+Green+Blue) = 81+129+220=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #5181DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5181DC is #AE7E23. Grayscale: #7C7C7C. Windows color (decimal): -11435556 or 14451025. OLE color: 14451025.

HSL color Cylindrical-coordinate representation of color #5181DC: hue angle of 219.28º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5181DC is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 129 220 -
CMYK 0.63 0.41 0 0.14
HSL 219.28º 0.67% 0.59% -
HSV(B) 219.28º 0.63% 0.86% -
XYZ 24.16 22.62 70.8 -
YUV 125.02 181.6 96.6 -
System Red Green Blue C M Y K H S L
Decimal 81 129 220 0.63 0.41 0 0.14 219.28 0.67 0.59
Hex 51 81 DC 3F 29 0 E DB 43 3B
Octal 121 201 334 77 51 0 16 333 103 73
Binary 1010001 10000001 11011100 111111 101001 0 1110 11011011 1000011 111011

Color Harmonies of #5181DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5181DC

Black with #5181DC

Text Example


Text Example

White with #5181DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5181DC; }

 p { color: rgb(81,129,220); }

 H1.HeaderClassName
 {
   color: #5181DC;
 }
 .AnyTagClassName
 {
   color: #5181DC;
 }
</style>

background-color css

<style>
 a { background-color: #5181DC; }

 a { background-color: rgb(81,129,220); }

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

border-color css

<style>
 span { border-color: #5181DC; }

 span { border-color: rgb(81,129,220); }

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