#557B9A

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

Shades of San Marino #557B9A

Tints of San Marino #557B9A

Color information

#557B9A (or 0x557B9A) is unknown color: approx San Marino. HEX triplet: 55, 7B and 9A. RGB value is (85,123,154). Sum of RGB (Red+Green+Blue) = 85+123+154=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #557B9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557B9A is #AA8465. Grayscale: #737373. Windows color (decimal): -11175014 or 10124117. OLE color: 10124117.

HSL color Cylindrical-coordinate representation of color #557B9A: hue angle of 206.96º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #557B9A is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB85123154-
CMYK0.450.2000.40
HSL206.96º28.87%46.86%-
HSV(B)206.96º44.81%60.39%-
XYZ16.6618.4333.25-
YUV115.17149.91106.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.48%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 154 (60.55% from 255) = 42.54%
R=23.48%
G=33.98%
B=42.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851231540.450.2000.40206.9628.8746.86
Hex557B9A2D14028cf1d2f
Octal12517323255240503173557
Binary10101011111011100110101011011010001010001100111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557B9A; }

 p { color: rgb(85,123,154); }

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

<style>
 a { background-color: #557B9A; }

 a { background-color: rgb(85,123,154); }

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

<style>
 span { border-color: #557B9A; }

 span { border-color: rgb(85,123,154); }

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