Html Css Color HEX #557099 San Marino

📋 copy color: '#557099'

red 85 ◦ green 112 ◦ blue 153

#557099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #557099

Tints of San Marino #557099

RGB

 RED value IS 85 (33.59% from 255) = 24.29%

 GREEN value IS 112 (44.14% from 255) = 32%

 BLUE value IS 153 (60.16% from 255) = 43.71%

R = 24.29%
G = 32%
B = 43.71%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#557099 (or 0x557099) is known color: San Marino. HEX triplet: 55, 70 and 99. RGB value is (85,112,153). Sum of RGB (Red+Green+Blue) = 85+112+153=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #557099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557099 is #AA8F66. Grayscale: #6C6C6C. Windows color (decimal): -11177831 or 10055765. OLE color: 10055765.

HSL color Cylindrical-coordinate representation of color #557099: hue angle of 216.18º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #557099 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 112 153 -
CMYK 0.44 0.27 0 0.4
HSL 216.18º 0.29% 0.47% -
HSV(B) 216.18º 0.44% 0.6% -
XYZ 15.29 15.82 32.38 -
YUV 108.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 85 112 153 0.44 0.27 0 0.4 216.18 0.29 0.47
Hex 55 70 99 2C 1B 0 28 D8 1D 2F
Octal 125 160 231 54 33 0 50 330 35 57
Binary 1010101 1110000 10011001 101100 11011 0 101000 11011000 11101 101111

Color Harmonies of #557099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557099

Black with #557099

Text Example


Text Example

White with #557099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557099; }

 p { color: rgb(85,112,153); }

 H1.HeaderClassName
 {
   color: #557099;
 }
 .AnyTagClassName
 {
   color: #557099;
 }
</style>

background-color css

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

 a { background-color: rgb(85,112,153); }

 div.DivClassName
 {
   background-color: #557099;
 }
 .BgClassName
 {
   background-color: #557099;
 }
</style>

border-color css

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

 span { border-color: rgb(85,112,153); }

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