Html Css Color HEX #577AAA San Marino

📋 copy color: '#577AAA'

red 87 ◦ green 122 ◦ blue 170

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

Shades of San Marino #577AAA

Tints of San Marino #577AAA

RGB

 RED value IS 87 (34.38% from 255) = 22.96%

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

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

R = 22.96%
G = 32.19%
B = 44.85%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#577AAA (or 0x577AAA) is known color: San Marino. HEX triplet: 57, 7A and AA. RGB value is (87,122,170). Sum of RGB (Red+Green+Blue) = 87+122+170=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #577AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577AAA is #A88555. Grayscale: #747474. Windows color (decimal): -11044182 or 11172439. OLE color: 11172439.

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

Color convert

RGB 87 122 170 -
CMYK 0.49 0.28 0 0.33
HSL 214.7º 0.33% 0.5% -
HSV(B) 214.7º 0.49% 0.67% -
XYZ 18.15 18.85 40.71 -
YUV 117.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 87 122 170 0.49 0.28 0 0.33 214.7 0.33 0.5
Hex 57 7A AA 31 1C 0 21 D7 21 32
Octal 127 172 252 61 34 0 41 327 41 62
Binary 1010111 1111010 10101010 110001 11100 0 100001 11010111 100001 110010

Color Harmonies of #577AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577AAA

Black with #577AAA

Text Example


Text Example

White with #577AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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