#5271CD

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

Shades of Havelock Blue #5271CD

Tints of Havelock Blue #5271CD

Color information

#5271CD (or 0x5271CD) is unknown color: approx Havelock Blue. HEX triplet: 52, 71 and CD. RGB value is (82,113,205). Sum of RGB (Red+Green+Blue) = 82+113+205=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #5271CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5271CD is #AD8E32. Grayscale: #717171. Windows color (decimal): -11374131 or 13463890. OLE color: 13463890.

HSL color Cylindrical-coordinate representation of color #5271CD: hue angle of 224.88º degrees, saturation: 0.55, 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 #5271CD is Cyan = 0.6, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82113205-
CMYK0.60.4500.20
HSL224.88º55.16%56.27%-
HSV(B)224.88º60%80.39%-
XYZ20.418.0160.16-
YUV114.22179.23105.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.5%
GREEN value IS 113 (44.53% from 255) = 28.25%
BLUE value IS 205 (80.47% from 255) = 51.25%
R=20.5%
G=28.25%
B=51.25%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821132050.60.4500.20224.8855.1656.27
Hex5271CD3C2D014e13738
Octal12216131574550243416770
Binary101001011100011100110111110010110101010011100001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5271CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5271CD; }

 p { color: rgb(82,113,205); }

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

<style>
 a { background-color: #5271CD; }

 a { background-color: rgb(82,113,205); }

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

<style>
 span { border-color: #5271CD; }

 span { border-color: rgb(82,113,205); }

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