#5185cd

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

Shades of Havelock Blue #5185CD

Tints of Havelock Blue #5185CD

Color information

#5185CD (or 0x5185CD) is unknown color: approx Havelock Blue. HEX triplet: 51, 85 and CD. RGB value is (81,133,205). Sum of RGB (Red+Green+Blue) = 81+133+205=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #5185CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5185CD is #AE7A32. Grayscale: #7D7D7D. Windows color (decimal): -11434547 or 13469009. OLE color: 13469009.

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

Color convert

RGB81133205-
CMYK0.600.3500.20
HSL214.84º55.36%56.08%-
HSV(B)214.84º60.49%80.39%-
XYZ22.822.9360.98-
YUV125.66172.7796.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.33%
GREEN value IS 133 (52.34% from 255) = 31.74%
BLUE value IS 205 (80.47% from 255) = 48.93%
R=19.33%
G=31.74%
B=48.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811332050.600.3500.20214.8455.3656.08
Hex5185CD3C23014d73738
Octal12120531574430243276770
Binary1010001100001011100110111110010001101010011010111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5185cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5185cd; }

 p { color: rgb(81,133,205); }

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

<style>
 a { background-color: #5185cd; }

 a { background-color: rgb(81,133,205); }

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

<style>
 span { border-color: #5185cd; }

 span { border-color: rgb(81,133,205); }

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