#55779D

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

Shades of San Marino #55779D

Tints of San Marino #55779D

Color information

#55779D (or 0x55779D) is unknown color: approx San Marino. HEX triplet: 55, 77 and 9D. RGB value is (85,119,157). Sum of RGB (Red+Green+Blue) = 85+119+157=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #55779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55779D is #AA8862. Grayscale: #707070. Windows color (decimal): -11176035 or 10319701. OLE color: 10319701.

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

Color convert

RGB85119157-
CMYK0.460.2400.38
HSL211.67º29.75%47.45%-
HSV(B)211.67º45.86%61.57%-
XYZ16.4317.5634.42-
YUV113.17152.74107.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=23.55%
G=32.96%
B=43.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851191570.460.2400.38211.6729.7547.45
Hex55779D2E18026d41e2f
Octal12516723556300463243657
Binary10101011110111100111011011101100001001101101010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55779D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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