#55739D

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

Shades of San Marino #55739D

Tints of San Marino #55739D

Color information

#55739D (or 0x55739D) is unknown color: approx San Marino. HEX triplet: 55, 73 and 9D. RGB value is (85,115,157). Sum of RGB (Red+Green+Blue) = 85+115+157=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #55739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55739D is #AA8C62. Grayscale: #6E6E6E. Windows color (decimal): -11177059 or 10318677. OLE color: 10318677.

HSL color Cylindrical-coordinate representation of color #55739D: hue angle of 215º 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 #55739D is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85115157-
CMYK0.460.2700.38
HSL215º29.75%47.45%-
HSV(B)215º45.86%61.57%-
XYZ15.9616.6334.27-
YUV110.82154.06109.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 157 (61.72% from 255) = 43.98%
R=23.81%
G=32.21%
B=43.98%

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
Decimal851151570.460.2700.3821529.7547.45
Hex55739D2E1B026d71e2f
Octal12516323556330463273657
Binary10101011110011100111011011101101101001101101011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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