#5274CD

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

Shades of Havelock Blue #5274CD

Tints of Havelock Blue #5274CD

Color information

#5274CD (or 0x5274CD) is unknown color: approx Havelock Blue. HEX triplet: 52, 74 and CD. RGB value is (82,116,205). Sum of RGB (Red+Green+Blue) = 82+116+205=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #5274CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5274CD is #AD8B32. Grayscale: #737373. Windows color (decimal): -11373363 or 13464658. OLE color: 13464658.

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

Color convert

RGB82116205-
CMYK0.60.4300.20
HSL223.41º55.16%56.27%-
HSV(B)223.41º60%80.39%-
XYZ20.7418.6960.27-
YUV115.98178.24103.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.35%
GREEN value IS 116 (45.70% from 255) = 28.78%
BLUE value IS 205 (80.47% from 255) = 50.87%
R=20.35%
G=28.78%
B=50.87%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821162050.60.4300.20223.4155.1656.27
Hex5274CD3C2B014df3738
Octal12216431574530243376770
Binary101001011101001100110111110010101101010011011111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5274CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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