Html Css Color HEX #5288BC Havelock Blue

📋 copy color: '#5288BC'

red 82 ◦ green 136 ◦ blue 188

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

Shades of Havelock Blue #5288BC

Tints of Havelock Blue #5288BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 20.2%
G = 33.5%
B = 46.31%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5288BC (or 0x5288BC) is known color: Havelock Blue. HEX triplet: 52, 88 and BC. RGB value is (82,136,188). Sum of RGB (Red+Green+Blue) = 82+136+188=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #5288BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5288BC is #AD7743. Grayscale: #7D7D7D. Windows color (decimal): -11368260 or 12355666. OLE color: 12355666.

HSL color Cylindrical-coordinate representation of color #5288BC: hue angle of 209.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5288BC is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 136 188 -
CMYK 0.56 0.28 0 0.26
HSL 209.43º 0.44% 0.53% -
HSV(B) 209.43º 0.56% 0.74% -
XYZ 21.36 23.03 50.9 -
YUV 125.78 163.11 96.77 -
System Red Green Blue C M Y K H S L
Decimal 82 136 188 0.56 0.28 0 0.26 209.43 0.44 0.53
Hex 52 88 BC 38 1C 0 1A D1 2C 35
Octal 122 210 274 70 34 0 32 321 54 65
Binary 1010010 10001000 10111100 111000 11100 0 11010 11010001 101100 110101

Color Harmonies of #5288BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5288BC

Black with #5288BC

Text Example


Text Example

White with #5288BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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