Html Css Color HEX #557AA2 San Marino

📋 copy color: '#557AA2'

red 85 ◦ green 122 ◦ blue 162

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

Shades of San Marino #557AA2

Tints of San Marino #557AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.9%

R = 23.04%
G = 33.06%
B = 43.9%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#557AA2 (or 0x557AA2) is known color: San Marino. HEX triplet: 55, 7A and A2. RGB value is (85,122,162). Sum of RGB (Red+Green+Blue) = 85+122+162=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 162 - color contains mainly: blue. Hex color #557AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557AA2 is #AA855D. Grayscale: #737373. Windows color (decimal): -11175262 or 10648149. OLE color: 10648149.

HSL color Cylindrical-coordinate representation of color #557AA2: hue angle of 211.17º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #557AA2 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 122 162 -
CMYK 0.48 0.25 0 0.36
HSL 211.17º 0.31% 0.48% -
HSV(B) 211.17º 0.48% 0.64% -
XYZ 17.23 18.46 36.84 -
YUV 115.5 154.24 106.25 -
System Red Green Blue C M Y K H S L
Decimal 85 122 162 0.48 0.25 0 0.36 211.17 0.31 0.48
Hex 55 7A A2 30 19 0 24 D3 1F 30
Octal 125 172 242 60 31 0 44 323 37 60
Binary 1010101 1111010 10100010 110000 11001 0 100100 11010011 11111 110000

Color Harmonies of #557AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557AA2

Black with #557AA2

Text Example


Text Example

White with #557AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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