Html Css Color HEX #5688CB Havelock Blue

📋 copy color: '#5688CB'

red 86 ◦ green 136 ◦ blue 203

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

Shades of Havelock Blue #5688CB

Tints of Havelock Blue #5688CB

RGB

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

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

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

R = 20.24%
G = 32%
B = 47.76%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5688CB (or 0x5688CB) is known color: Havelock Blue. HEX triplet: 56, 88 and CB. RGB value is (86,136,203). Sum of RGB (Red+Green+Blue) = 86+136+203=425 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.24% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #5688CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5688CB is #A97734. Grayscale: #808080. Windows color (decimal): -11106101 or 13338710. OLE color: 13338710.

HSL color Cylindrical-coordinate representation of color #5688CB: hue angle of 214.36º degrees, saturation: 0.53, 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 #5688CB is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 136 203 -
CMYK 0.58 0.33 0 0.20
HSL 214.36º 0.53% 0.57% -
HSV(B) 214.36º 0.58% 0.8% -
XYZ 23.42 23.9 59.88 -
YUV 128.69 169.94 97.55 -
System Red Green Blue C M Y K H S L
Decimal 86 136 203 0.58 0.33 0 0.20 214.36 0.53 0.57
Hex 56 88 CB 3A 21 0 14 D6 35 39
Octal 126 210 313 72 41 0 24 326 65 71
Binary 1010110 10001000 11001011 111010 100001 0 10100 11010110 110101 111001

Color Harmonies of #5688CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5688CB

Black with #5688CB

Text Example


Text Example

White with #5688CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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