Html Css Color HEX #5688CC Havelock Blue

📋 copy color: '#5688CC'

red 86 ◦ green 136 ◦ blue 204

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

Shades of Havelock Blue #5688CC

Tints of Havelock Blue #5688CC

RGB

 RED value IS 86 (33.98% from 255) = 20.19%

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

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

R = 20.19%
G = 31.92%
B = 47.89%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5688CC (or 0x5688CC) is known color: Havelock Blue. HEX triplet: 56, 88 and CC. RGB value is (86,136,204). Sum of RGB (Red+Green+Blue) = 86+136+204=426 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.19% from 426); Green value is 136 (53.52% from 255 or 31.92% 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 #5688CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5688CC is #A97733. Grayscale: #808080. Windows color (decimal): -11106100 or 13404246. OLE color: 13404246.

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

Color convert

RGB 86 136 204 -
CMYK 0.58 0.33 0 0.2
HSL 214.58º 0.54% 0.57% -
HSV(B) 214.58º 0.58% 0.8% -
XYZ 23.54 23.95 60.51 -
YUV 128.8 170.44 97.47 -
System Red Green Blue C M Y K H S L
Decimal 86 136 204 0.58 0.33 0 0.2 214.58 0.54 0.57
Hex 56 88 CC 3A 21 0 14 D7 36 39
Octal 126 210 314 72 41 0 24 327 66 71
Binary 1010110 10001000 11001100 111010 100001 0 10100 11010111 110110 111001

Color Harmonies of #5688CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5688CC

Black with #5688CC

Text Example


Text Example

White with #5688CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,136,204); }

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

background-color css

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

 a { background-color: rgb(86,136,204); }

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

border-color css

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

 span { border-color: rgb(86,136,204); }

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