#55709D

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

Shades of San Marino #55709D

Tints of San Marino #55709D

Color information

#55709D (or 0x55709D) is unknown color: approx San Marino. HEX triplet: 55, 70 and 9D. RGB value is (85,112,157). Sum of RGB (Red+Green+Blue) = 85+112+157=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #55709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55709D is #AA8F62. Grayscale: #6C6C6C. Windows color (decimal): -11177827 or 10317909. OLE color: 10317909.

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

Color convert

RGB85112157-
CMYK0.460.2900.38
HSL217.5º29.75%47.45%-
HSV(B)217.5º45.86%61.57%-
XYZ15.6315.9534.15-
YUV109.06155.05110.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.01%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 157 (61.72% from 255) = 44.35%
R=24.01%
G=31.64%
B=44.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851121570.460.2900.38217.529.7547.45
Hex55709D2E1D026da1e2f
Octal12516023556350463323657
Binary10101011110000100111011011101110101001101101101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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