Html Css Color HEX #5288CB Havelock Blue

📋 copy color: '#5288CB'

red 82 ◦ green 136 ◦ blue 203

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

Shades of Havelock Blue #5288CB

Tints of Havelock Blue #5288CB

RGB

 RED value IS 82 (32.42% from 255) = 19.48%

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

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

R = 19.48%
G = 32.3%
B = 48.22%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5288CB (or 0x5288CB) is known color: Havelock Blue. HEX triplet: 52, 88 and CB. RGB value is (82,136,203). Sum of RGB (Red+Green+Blue) = 82+136+203=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #5288CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5288CB is #AD7734. Grayscale: #7F7F7F. Windows color (decimal): -11368245 or 13338706. OLE color: 13338706.

HSL color Cylindrical-coordinate representation of color #5288CB: hue angle of 213.22º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5288CB is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 136 203 -
CMYK 0.60 0.33 0 0.20
HSL 213.22º 0.54% 0.56% -
HSV(B) 213.22º 0.6% 0.8% -
XYZ 23.06 23.71 59.86 -
YUV 127.49 170.61 95.55 -
System Red Green Blue C M Y K H S L
Decimal 82 136 203 0.60 0.33 0 0.20 213.22 0.54 0.56
Hex 52 88 CB 3C 21 0 14 D5 36 38
Octal 122 210 313 74 41 0 24 325 66 70
Binary 1010010 10001000 11001011 111100 100001 0 10100 11010101 110110 111000

Color Harmonies of #5288CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5288CB

Black with #5288CB

Text Example


Text Example

White with #5288CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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