Html Css Color HEX #557AAA San Marino

📋 copy color: '#557AAA'

red 85 ◦ green 122 ◦ blue 170

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

Shades of San Marino #557AAA

Tints of San Marino #557AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.36%

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 22.55%
G = 32.36%
B = 45.09%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#557AAA (or 0x557AAA) is known color: San Marino. HEX triplet: 55, 7A and AA. RGB value is (85,122,170). Sum of RGB (Red+Green+Blue) = 85+122+170=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #557AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557AAA is #AA8555. Grayscale: #747474. Windows color (decimal): -11175254 or 11172437. OLE color: 11172437.

HSL color Cylindrical-coordinate representation of color #557AAA: hue angle of 213.88º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #557AAA is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 122 170 -
CMYK 0.50 0.28 0 0.33
HSL 213.88º 0.33% 0.5% -
HSV(B) 213.88º 0.5% 0.67% -
XYZ 17.96 18.75 40.7 -
YUV 116.41 158.24 105.6 -
System Red Green Blue C M Y K H S L
Decimal 85 122 170 0.50 0.28 0 0.33 213.88 0.33 0.5
Hex 55 7A AA 32 1C 0 21 D6 21 32
Octal 125 172 252 62 34 0 41 326 41 62
Binary 1010101 1111010 10101010 110010 11100 0 100001 11010110 100001 110010

Color Harmonies of #557AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557AAA

Black with #557AAA

Text Example


Text Example

White with #557AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,122,170); }

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

background-color css

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

 a { background-color: rgb(85,122,170); }

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

border-color css

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

 span { border-color: rgb(85,122,170); }

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