#55749D

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

Shades of San Marino #55749D

Tints of San Marino #55749D

Color information

#55749D (or 0x55749D) is unknown color: approx San Marino. HEX triplet: 55, 74 and 9D. RGB value is (85,116,157). Sum of RGB (Red+Green+Blue) = 85+116+157=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #55749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55749D is #AA8B62. Grayscale: #6F6F6F. Windows color (decimal): -11176803 or 10318933. OLE color: 10318933.

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

Color convert

RGB85116157-
CMYK0.460.2600.38
HSL214.17º29.75%47.45%-
HSV(B)214.17º45.86%61.57%-
XYZ16.0816.8634.3-
YUV111.4153.73109.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 116 (45.70% from 255) = 32.40%
BLUE value IS 157 (61.72% from 255) = 43.85%
R=23.74%
G=32.40%
B=43.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851161570.460.2600.38214.1729.7547.45
Hex55749D2E1A026d61e2f
Octal12516423556320463263657
Binary10101011110100100111011011101101001001101101011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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