Html Css Color HEX #5885CA Havelock Blue

📋 copy color: '#5885CA'

red 88 ◦ green 133 ◦ blue 202

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

Shades of Havelock Blue #5885CA

Tints of Havelock Blue #5885CA

RGB

 RED value IS 88 (34.77% from 255) = 20.8%

 GREEN value IS 133 (52.34% from 255) = 31.44%

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 20.8%
G = 31.44%
B = 47.75%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5885CA (or 0x5885CA) is known color: Havelock Blue. HEX triplet: 58, 85 and CA. RGB value is (88,133,202). Sum of RGB (Red+Green+Blue) = 88+133+202=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #5885CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5885CA is #A77A35. Grayscale: #7F7F7F. Windows color (decimal): -10975798 or 13272408. OLE color: 13272408.

HSL color Cylindrical-coordinate representation of color #5885CA: hue angle of 216.32º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5885CA is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 133 202 -
CMYK 0.56 0.34 0 0.21
HSL 216.32º 0.52% 0.57% -
HSV(B) 216.32º 0.56% 0.79% -
XYZ 23.07 23.11 59.12 -
YUV 127.41 170.09 99.89 -
System Red Green Blue C M Y K H S L
Decimal 88 133 202 0.56 0.34 0 0.21 216.32 0.52 0.57
Hex 58 85 CA 38 22 0 15 D8 34 39
Octal 130 205 312 70 42 0 25 330 64 71
Binary 1011000 10000101 11001010 111000 100010 0 10101 11011000 110100 111001

Color Harmonies of #5885CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5885CA

Black with #5885CA

Text Example


Text Example

White with #5885CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5885CA; }

 p { color: rgb(88,133,202); }

 H1.HeaderClassName
 {
   color: #5885CA;
 }
 .AnyTagClassName
 {
   color: #5885CA;
 }
</style>

background-color css

<style>
 a { background-color: #5885CA; }

 a { background-color: rgb(88,133,202); }

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

border-color css

<style>
 span { border-color: #5885CA; }

 span { border-color: rgb(88,133,202); }

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