#55789C

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

Shades of San Marino #55789C

Tints of San Marino #55789C

Color information

#55789C (or 0x55789C) is unknown color: approx San Marino. HEX triplet: 55, 78 and 9C. RGB value is (85,120,156). Sum of RGB (Red+Green+Blue) = 85+120+156=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #55789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55789C is #AA8763. Grayscale: #717171. Windows color (decimal): -11175780 or 10254421. OLE color: 10254421.

HSL color Cylindrical-coordinate representation of color #55789C: hue angle of 210.42º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55789C is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB85120156-
CMYK0.460.2300.39
HSL210.42º29.46%47.25%-
HSV(B)210.42º45.51%61.18%-
XYZ16.4617.7634.01-
YUV113.64151.9107.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 156 (61.33% from 255) = 43.21%
R=23.55%
G=33.24%
B=43.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851201560.460.2300.39210.4229.4647.25
Hex55789C2E17027d21d2f
Octal12517023456270473223557
Binary10101011111000100111001011101011101001111101001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55789C; }

 p { color: rgb(85,120,156); }

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

<style>
 a { background-color: #55789C; }

 a { background-color: rgb(85,120,156); }

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

<style>
 span { border-color: #55789C; }

 span { border-color: rgb(85,120,156); }

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