Html Css Color HEX #5288BE Havelock Blue

📋 copy color: '#5288BE'

red 82 ◦ green 136 ◦ blue 190

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

Shades of Havelock Blue #5288BE

Tints of Havelock Blue #5288BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.57%

R = 20.1%
G = 33.33%
B = 46.57%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5288BE (or 0x5288BE) is known color: Havelock Blue. HEX triplet: 52, 88 and BE. RGB value is (82,136,190). Sum of RGB (Red+Green+Blue) = 82+136+190=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #5288BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5288BE is #AD7741. Grayscale: #7D7D7D. Windows color (decimal): -11368258 or 12486738. OLE color: 12486738.

HSL color Cylindrical-coordinate representation of color #5288BE: hue angle of 210º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5288BE is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 136 190 -
CMYK 0.57 0.28 0 0.25
HSL 210º 0.45% 0.53% -
HSV(B) 210º 0.57% 0.75% -
XYZ 21.58 23.12 52.04 -
YUV 126.01 164.11 96.61 -
System Red Green Blue C M Y K H S L
Decimal 82 136 190 0.57 0.28 0 0.25 210 0.45 0.53
Hex 52 88 BE 39 1C 0 19 D2 2D 35
Octal 122 210 276 71 34 0 31 322 55 65
Binary 1010010 10001000 10111110 111001 11100 0 11001 11010010 101101 110101

Color Harmonies of #5288BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5288BE

Black with #5288BE

Text Example


Text Example

White with #5288BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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