#557B9B

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

Shades of San Marino #557B9B

Tints of San Marino #557B9B

Color information

#557B9B (or 0x557B9B) is unknown color: approx San Marino. HEX triplet: 55, 7B and 9B. RGB value is (85,123,155). Sum of RGB (Red+Green+Blue) = 85+123+155=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #557B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557B9B is #AA8464. Grayscale: #737373. Windows color (decimal): -11175013 or 10189653. OLE color: 10189653.

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

Color convert

RGB85123155-
CMYK0.450.2100.39
HSL207.43º29.17%47.06%-
HSV(B)207.43º45.16%60.78%-
XYZ16.7518.4633.69-
YUV115.29150.41106.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.42%
GREEN value IS 123 (48.44% from 255) = 33.88%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=23.42%
G=33.88%
B=42.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851231550.450.2100.39207.4329.1747.06
Hex557B9B2D15027cf1d2f
Octal12517323355250473173557
Binary10101011111011100110111011011010101001111100111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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