Html Css Color HEX #5288CE Havelock Blue

📋 copy color: '#5288CE'

red 82 ◦ green 136 ◦ blue 206

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

Shades of Havelock Blue #5288CE

Tints of Havelock Blue #5288CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 19.34%
G = 32.08%
B = 48.58%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5288CE (or 0x5288CE) is known color: Havelock Blue. HEX triplet: 52, 88 and CE. RGB value is (82,136,206). Sum of RGB (Red+Green+Blue) = 82+136+206=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #5288CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5288CE is #AD7731. Grayscale: #7F7F7F. Windows color (decimal): -11368242 or 13535314. OLE color: 13535314.

HSL color Cylindrical-coordinate representation of color #5288CE: hue angle of 213.87º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5288CE is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 136 206 -
CMYK 0.60 0.34 0 0.19
HSL 213.87º 0.56% 0.56% -
HSV(B) 213.87º 0.6% 0.81% -
XYZ 23.42 23.86 61.76 -
YUV 127.83 172.11 95.31 -
System Red Green Blue C M Y K H S L
Decimal 82 136 206 0.60 0.34 0 0.19 213.87 0.56 0.56
Hex 52 88 CE 3C 22 0 13 D6 38 38
Octal 122 210 316 74 42 0 23 326 70 70
Binary 1010010 10001000 11001110 111100 100010 0 10011 11010110 111000 111000

Color Harmonies of #5288CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5288CE

Black with #5288CE

Text Example


Text Example

White with #5288CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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