Html Css Color HEX #5287CC Havelock Blue

📋 copy color: '#5287CC'

red 82 ◦ green 135 ◦ blue 204

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

Shades of Havelock Blue #5287CC

Tints of Havelock Blue #5287CC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.07%

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 19.48%
G = 32.07%
B = 48.46%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5287CC (or 0x5287CC) is known color: Havelock Blue. HEX triplet: 52, 87 and CC. RGB value is (82,135,204). Sum of RGB (Red+Green+Blue) = 82+135+204=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #5287CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5287CC is #AD7833. Grayscale: #7E7E7E. Windows color (decimal): -11368500 or 13403986. OLE color: 13403986.

HSL color Cylindrical-coordinate representation of color #5287CC: hue angle of 213.93º 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 #5287CC is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 135 204 -
CMYK 0.60 0.34 0 0.2
HSL 213.93º 0.54% 0.56% -
HSV(B) 213.93º 0.6% 0.8% -
XYZ 23.04 23.48 60.44 -
YUV 127.02 171.44 95.89 -
System Red Green Blue C M Y K H S L
Decimal 82 135 204 0.60 0.34 0 0.2 213.93 0.54 0.56
Hex 52 87 CC 3C 22 0 14 D6 36 38
Octal 122 207 314 74 42 0 24 326 66 70
Binary 1010010 10000111 11001100 111100 100010 0 10100 11010110 110110 111000

Color Harmonies of #5287CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5287CC

Black with #5287CC

Text Example


Text Example

White with #5287CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5287CC; }

 p { color: rgb(82,135,204); }

 H1.HeaderClassName
 {
   color: #5287CC;
 }
 .AnyTagClassName
 {
   color: #5287CC;
 }
</style>

background-color css

<style>
 a { background-color: #5287CC; }

 a { background-color: rgb(82,135,204); }

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

border-color css

<style>
 span { border-color: #5287CC; }

 span { border-color: rgb(82,135,204); }

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