#55719E

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

Shades of San Marino #55719E

Tints of San Marino #55719E

Color information

#55719E (or 0x55719E) is unknown color: approx San Marino. HEX triplet: 55, 71 and 9E. RGB value is (85,113,158). Sum of RGB (Red+Green+Blue) = 85+113+158=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #55719E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55719E is #AA8E61. Grayscale: #6D6D6D. Windows color (decimal): -11177570 or 10383701. OLE color: 10383701.

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

Color convert

RGB85113158-
CMYK0.460.2800.38
HSL216.99º30.04%47.65%-
HSV(B)216.99º46.2%61.96%-
XYZ15.8216.2134.64-
YUV109.76155.22110.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 113 (44.53% from 255) = 31.74%
BLUE value IS 158 (62.11% from 255) = 44.38%
R=23.88%
G=31.74%
B=44.38%

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
Decimal851131580.460.2800.38216.9930.0447.65
Hex55719E2E1C026d91e30
Octal12516123656340463313660
Binary10101011110001100111101011101110001001101101100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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