#55729E

Color #55729E San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #55729E

Tints of San Marino #55729E

Color information

#55729E (or 0x55729E) is unknown color: approx San Marino. HEX triplet: 55, 72 and 9E. RGB value is (85,114,158). Sum of RGB (Red+Green+Blue) = 85+114+158=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #55729E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55729E is #AA8D61. Grayscale: #6E6E6E. Windows color (decimal): -11177314 or 10383957. OLE color: 10383957.

HSL color Cylindrical-coordinate representation of color #55729E: hue angle of 216.16º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55729E is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85114158-
CMYK0.460.2800.38
HSL216.16º30.04%47.65%-
HSV(B)216.16º46.2%61.96%-
XYZ15.9416.4334.68-
YUV110.34154.89109.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 114 (44.92% from 255) = 31.93%
BLUE value IS 158 (62.11% from 255) = 44.26%
R=23.81%
G=31.93%
B=44.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851141580.460.2800.38216.1630.0447.65
Hex55729E2E1C026d81e30
Octal12516223656340463303660
Binary10101011110010100111101011101110001001101101100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55729E; }

 p { color: rgb(85,114,158); }

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

<style>
 a { background-color: #55729E; }

 a { background-color: rgb(85,114,158); }

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

<style>
 span { border-color: #55729E; }

 span { border-color: rgb(85,114,158); }

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