Html Css Color HEX #5A81DB Havelock Blue

📋 copy color: '#5A81DB'

red 90 ◦ green 129 ◦ blue 219

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

Shades of Havelock Blue #5A81DB

Tints of Havelock Blue #5A81DB

RGB

 RED value IS 90 (35.55% from 255) = 20.55%

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

 BLUE value IS 219 (85.94% from 255) = 50%

R = 20.55%
G = 29.45%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A81DB (or 0x5A81DB) is known color: Havelock Blue. HEX triplet: 5A, 81 and DB. RGB value is (90,129,219). Sum of RGB (Red+Green+Blue) = 90+129+219=438 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.55% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A81DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A81DB is #A57E24. Grayscale: #7F7F7F. Windows color (decimal): -10845733 or 14385498. OLE color: 14385498.

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

Color convert

RGB 90 129 219 -
CMYK 0.59 0.41 0 0.14
HSL 221.86º 0.64% 0.61% -
HSV(B) 221.86º 0.59% 0.86% -
XYZ 24.85 22.99 70.15 -
YUV 127.6 179.58 101.18 -
System Red Green Blue C M Y K H S L
Decimal 90 129 219 0.59 0.41 0 0.14 221.86 0.64 0.61
Hex 5A 81 DB 3B 29 0 E DE 40 3D
Octal 132 201 333 73 51 0 16 336 100 75
Binary 1011010 10000001 11011011 111011 101001 0 1110 11011110 1000000 111101

Color Harmonies of #5A81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A81DB

Black with #5A81DB

Text Example


Text Example

White with #5A81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A81DB; }

 p { color: rgb(90,129,219); }

 H1.HeaderClassName
 {
   color: #5A81DB;
 }
 .AnyTagClassName
 {
   color: #5A81DB;
 }
</style>

background-color css

<style>
 a { background-color: #5A81DB; }

 a { background-color: rgb(90,129,219); }

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

border-color css

<style>
 span { border-color: #5A81DB; }

 span { border-color: rgb(90,129,219); }

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