#5284C7

Color #5284C7 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5284C7

Tints of Havelock Blue #5284C7

Color information

#5284C7 (or 0x5284C7) is unknown color: approx Havelock Blue. HEX triplet: 52, 84 and C7. RGB value is (82,132,199). Sum of RGB (Red+Green+Blue) = 82+132+199=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #5284C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5284C7 is #AD7B38. Grayscale: #7C7C7C. Windows color (decimal): -11369273 or 13075538. OLE color: 13075538.

HSL color Cylindrical-coordinate representation of color #5284C7: hue angle of 214.36º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5284C7 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB82132199-
CMYK0.590.3400.22
HSL214.36º51.09%55.1%-
HSV(B)214.36º58.79%78.04%-
XYZ22.0422.4257.2-
YUV124.69169.9497.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.85%
GREEN value IS 132 (51.95% from 255) = 31.96%
BLUE value IS 199 (78.12% from 255) = 48.18%
R=19.85%
G=31.96%
B=48.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821321990.590.3400.22214.3651.0955.1
Hex5284C73B22016d63337
Octal12220430773420263266367
Binary1010010100001001100011111101110001001011011010110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5284C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5284C7; }

 p { color: rgb(82,132,199); }

 H1.HeaderClassName
 {
   color: #5284C7;
 }
 .AnyTagClassName
 {
   color: #5284C7;
 }
</style>
background-color css

<style>
 a { background-color: #5284C7; }

 a { background-color: rgb(82,132,199); }

 div.DivClassName
 {
   background-color: #5284C7;
 }
 .BgClassName
 {
   background-color: #5284C7;
 }
</style>
border-color css

<style>
 span { border-color: #5284C7; }

 span { border-color: rgb(82,132,199); }

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