Html Css Color HEX #5A80CB Havelock Blue

📋 copy color: '#5A80CB'

red 90 ◦ green 128 ◦ blue 203

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

Shades of Havelock Blue #5A80CB

Tints of Havelock Blue #5A80CB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.4%

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

R = 21.38%
G = 30.4%
B = 48.22%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A80CB (or 0x5A80CB) is known color: Havelock Blue. HEX triplet: 5A, 80 and CB. RGB value is (90,128,203). Sum of RGB (Red+Green+Blue) = 90+128+203=421 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.38% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A80CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A80CB is #A57F34. Grayscale: #7C7C7C. Windows color (decimal): -10846005 or 13336666. OLE color: 13336666.

HSL color Cylindrical-coordinate representation of color #5A80CB: hue angle of 219.82º 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 #5A80CB is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 128 203 -
CMYK 0.56 0.37 0 0.20
HSL 219.82º 0.52% 0.57% -
HSV(B) 219.82º 0.56% 0.8% -
XYZ 22.72 21.92 59.53 -
YUV 125.19 171.91 102.9 -
System Red Green Blue C M Y K H S L
Decimal 90 128 203 0.56 0.37 0 0.20 219.82 0.52 0.57
Hex 5A 80 CB 38 25 0 14 DC 34 39
Octal 132 200 313 70 45 0 24 334 64 71
Binary 1011010 10000000 11001011 111000 100101 0 10100 11011100 110100 111001

Color Harmonies of #5A80CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A80CB

Black with #5A80CB

Text Example


Text Example

White with #5A80CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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