Html Css Color HEX #5886CA Havelock Blue

📋 copy color: '#5886CA'

red 88 ◦ green 134 ◦ blue 202

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

Shades of Havelock Blue #5886CA

Tints of Havelock Blue #5886CA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.6%

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

R = 20.75%
G = 31.6%
B = 47.64%

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

#5886CA (or 0x5886CA) is known color: Havelock Blue. HEX triplet: 58, 86 and CA. RGB value is (88,134,202). Sum of RGB (Red+Green+Blue) = 88+134+202=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #5886CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5886CA is #A77935. Grayscale: #7F7F7F. Windows color (decimal): -10975542 or 13272664. OLE color: 13272664.

HSL color Cylindrical-coordinate representation of color #5886CA: hue angle of 215.79º 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 #5886CA is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 134 202 -
CMYK 0.56 0.34 0 0.21
HSL 215.79º 0.52% 0.57% -
HSV(B) 215.79º 0.56% 0.79% -
XYZ 23.21 23.39 59.17 -
YUV 128 169.76 99.47 -
System Red Green Blue C M Y K H S L
Decimal 88 134 202 0.56 0.34 0 0.21 215.79 0.52 0.57
Hex 58 86 CA 38 22 0 15 D8 34 39
Octal 130 206 312 70 42 0 25 330 64 71
Binary 1011000 10000110 11001010 111000 100010 0 10101 11011000 110100 111001

Color Harmonies of #5886CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5886CA

Black with #5886CA

Text Example


Text Example

White with #5886CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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