#55699D

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

Shades of San Marino #55699D

Tints of San Marino #55699D

Color information

#55699D (or 0x55699D) is unknown color: approx San Marino. HEX triplet: 55, 69 and 9D. RGB value is (85,105,157). Sum of RGB (Red+Green+Blue) = 85+105+157=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #55699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55699D is #AA9662. Grayscale: #686868. Windows color (decimal): -11179619 or 10316117. OLE color: 10316117.

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

Color convert

RGB85105157-
CMYK0.460.3300.38
HSL223.33º29.75%47.45%-
HSV(B)223.33º45.86%61.57%-
XYZ14.8814.4733.91-
YUV104.95157.37113.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=24.50%
G=30.26%
B=45.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851051570.460.3300.38223.3329.7547.45
Hex55699D2E21026df1e2f
Octal12515123556410463373657
Binary101010111010011001110110111010000101001101101111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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