Html Css Color HEX #5A88CB Havelock Blue

📋 copy color: '#5A88CB'

red 90 ◦ green 136 ◦ blue 203

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

Shades of Havelock Blue #5A88CB

Tints of Havelock Blue #5A88CB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.7%

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

R = 20.98%
G = 31.7%
B = 47.32%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A88CB (or 0x5A88CB) is known color: Havelock Blue. HEX triplet: 5A, 88 and CB. RGB value is (90,136,203). Sum of RGB (Red+Green+Blue) = 90+136+203=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A88CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A88CB is #A57734. Grayscale: #818181. Windows color (decimal): -10843957 or 13338714. OLE color: 13338714.

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

Color convert

RGB 90 136 203 -
CMYK 0.56 0.33 0 0.20
HSL 215.58º 0.52% 0.57% -
HSV(B) 215.58º 0.56% 0.8% -
XYZ 23.8 24.09 59.9 -
YUV 129.88 169.26 99.55 -
System Red Green Blue C M Y K H S L
Decimal 90 136 203 0.56 0.33 0 0.20 215.58 0.52 0.57
Hex 5A 88 CB 38 21 0 14 D8 34 39
Octal 132 210 313 70 41 0 24 330 64 71
Binary 1011010 10001000 11001011 111000 100001 0 10100 11011000 110100 111001

Color Harmonies of #5A88CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A88CB

Black with #5A88CB

Text Example


Text Example

White with #5A88CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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