Html Css Color HEX #5A82CB Havelock Blue

📋 copy color: '#5A82CB'

red 90 ◦ green 130 ◦ blue 203

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

Shades of Havelock Blue #5A82CB

Tints of Havelock Blue #5A82CB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.73%

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 21.28%
G = 30.73%
B = 47.99%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A82CB (or 0x5A82CB) is known color: Havelock Blue. HEX triplet: 5A, 82 and CB. RGB value is (90,130,203). Sum of RGB (Red+Green+Blue) = 90+130+203=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A82CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A82CB is #A57D34. Grayscale: #7E7E7E. Windows color (decimal): -10845493 or 13337178. OLE color: 13337178.

HSL color Cylindrical-coordinate representation of color #5A82CB: hue angle of 218.76º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A82CB is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 130 203 -
CMYK 0.56 0.36 0 0.20
HSL 218.76º 0.52% 0.57% -
HSV(B) 218.76º 0.56% 0.8% -
XYZ 22.98 22.45 59.62 -
YUV 126.36 171.25 102.06 -
System Red Green Blue C M Y K H S L
Decimal 90 130 203 0.56 0.36 0 0.20 218.76 0.52 0.57
Hex 5A 82 CB 38 24 0 14 DB 34 39
Octal 132 202 313 70 44 0 24 333 64 71
Binary 1011010 10000010 11001011 111000 100100 0 10100 11011011 110100 111001

Color Harmonies of #5A82CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A82CB

Black with #5A82CB

Text Example


Text Example

White with #5A82CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,130,203); }

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

background-color css

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

 a { background-color: rgb(90,130,203); }

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

border-color css

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

 span { border-color: rgb(90,130,203); }

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