#5185C2

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

Shades of Havelock Blue #5185C2

Tints of Havelock Blue #5185C2

Color information

#5185C2 (or 0x5185C2) is unknown color: approx Havelock Blue. HEX triplet: 51, 85 and C2. RGB value is (81,133,194). Sum of RGB (Red+Green+Blue) = 81+133+194=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 194 (76.17% from 255 or 47.55% from 408); Max value from RGB is 194 - color contains mainly: blue. Hex color #5185C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5185C2 is #AE7A3D. Grayscale: #7C7C7C. Windows color (decimal): -11434558 or 12748113. OLE color: 12748113.

HSL color Cylindrical-coordinate representation of color #5185C2: hue angle of 212.39º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5185C2 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB81133194-
CMYK0.580.3100.24
HSL212.39º48.09%53.92%-
HSV(B)212.39º58.25%76.08%-
XYZ21.5222.4254.23-
YUV124.41167.2797.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.85%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 194 (76.17% from 255) = 47.55%
R=19.85%
G=32.60%
B=47.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811331940.580.3100.24212.3948.0953.92
Hex5185C23A1F018d43036
Octal12120530272370303246066
Binary101000110000101110000101110101111101100011010100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5185C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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