#55769C

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

Shades of San Marino #55769C

Tints of San Marino #55769C

Color information

#55769C (or 0x55769C) is unknown color: approx San Marino. HEX triplet: 55, 76 and 9C. RGB value is (85,118,156). Sum of RGB (Red+Green+Blue) = 85+118+156=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #55769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55769C is #AA8963. Grayscale: #707070. Windows color (decimal): -11176292 or 10253909. OLE color: 10253909.

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

Color convert

RGB85118156-
CMYK0.460.2400.39
HSL212.11º29.46%47.25%-
HSV(B)212.11º45.51%61.18%-
XYZ16.2317.2933.93-
YUV112.46152.57108.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 156 (61.33% from 255) = 43.45%
R=23.68%
G=32.87%
B=43.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851181560.460.2400.39212.1129.4647.25
Hex55769C2E18027d41d2f
Octal12516623456300473243557
Binary10101011110110100111001011101100001001111101010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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