Html Css Color HEX #5886CC Havelock Blue

📋 copy color: '#5886CC'

red 88 ◦ green 134 ◦ blue 204

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

Shades of Havelock Blue #5886CC

Tints of Havelock Blue #5886CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 20.66%
G = 31.46%
B = 47.89%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5886CC (or 0x5886CC) is known color: Havelock Blue. HEX triplet: 58, 86 and CC. RGB value is (88,134,204). Sum of RGB (Red+Green+Blue) = 88+134+204=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #5886CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5886CC is #A77933. Grayscale: #7F7F7F. Windows color (decimal): -10975540 or 13403736. OLE color: 13403736.

HSL color Cylindrical-coordinate representation of color #5886CC: hue angle of 216.21º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5886CC is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 134 204 -
CMYK 0.57 0.34 0 0.2
HSL 216.21º 0.53% 0.57% -
HSV(B) 216.21º 0.57% 0.8% -
XYZ 23.45 23.48 60.42 -
YUV 128.23 170.76 99.31 -
System Red Green Blue C M Y K H S L
Decimal 88 134 204 0.57 0.34 0 0.2 216.21 0.53 0.57
Hex 58 86 CC 39 22 0 14 D8 35 39
Octal 130 206 314 71 42 0 24 330 65 71
Binary 1011000 10000110 11001100 111001 100010 0 10100 11011000 110101 111001

Color Harmonies of #5886CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5886CC

Black with #5886CC

Text Example


Text Example

White with #5886CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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