#55729D

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

Shades of San Marino #55729D

Tints of San Marino #55729D

Color information

#55729D (or 0x55729D) is unknown color: approx San Marino. HEX triplet: 55, 72 and 9D. RGB value is (85,114,157). Sum of RGB (Red+Green+Blue) = 85+114+157=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #55729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55729D is #AA8D62. Grayscale: #6E6E6E. Windows color (decimal): -11177315 or 10318421. OLE color: 10318421.

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

Color convert

RGB85114157-
CMYK0.460.2700.38
HSL215.83º29.75%47.45%-
HSV(B)215.83º45.86%61.57%-
XYZ15.8516.434.23-
YUV110.23154.39110-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 114 (44.92% from 255) = 32.02%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=23.88%
G=32.02%
B=44.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851141570.460.2700.38215.8329.7547.45
Hex55729D2E1B026d81e2f
Octal12516223556330463303657
Binary10101011110010100111011011101101101001101101100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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