#55689D

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

Shades of San Marino #55689D

Tints of San Marino #55689D

Color information

#55689D (or 0x55689D) is unknown color: approx San Marino. HEX triplet: 55, 68 and 9D. RGB value is (85,104,157). Sum of RGB (Red+Green+Blue) = 85+104+157=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #55689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55689D is #AA9762. Grayscale: #686868. Windows color (decimal): -11179875 or 10315861. OLE color: 10315861.

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

Color convert

RGB85104157-
CMYK0.460.3400.38
HSL224.17º29.75%47.45%-
HSV(B)224.17º45.86%61.57%-
XYZ14.7814.2733.87-
YUV104.36157.71114.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 157 (61.72% from 255) = 45.38%
R=24.57%
G=30.06%
B=45.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851041570.460.3400.38224.1729.7547.45
Hex55689D2E22026e01e2f
Octal12515023556420463403657
Binary101010111010001001110110111010001001001101110000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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