Html Css Color HEX #576AA0 San Marino

📋 copy color: '#576AA0'

red 87 ◦ green 106 ◦ blue 160

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

Shades of San Marino #576AA0

Tints of San Marino #576AA0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.03%

 BLUE value IS 160 (62.89% from 255) = 45.33%

R = 24.65%
G = 30.03%
B = 45.33%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#576AA0 (or 0x576AA0) is known color: San Marino. HEX triplet: 57, 6A and A0. RGB value is (87,106,160). Sum of RGB (Red+Green+Blue) = 87+106+160=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 160 - color contains mainly: blue. Hex color #576AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576AA0 is #A8955F. Grayscale: #6A6A6A. Windows color (decimal): -11048288 or 10512983. OLE color: 10512983.

HSL color Cylindrical-coordinate representation of color #576AA0: hue angle of 224.38º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #576AA0 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 87 106 160 -
CMYK 0.46 0.34 0 0.37
HSL 224.38º 0.3% 0.48% -
HSV(B) 224.38º 0.46% 0.63% -
XYZ 15.43 14.87 35.32 -
YUV 106.48 158.21 114.11 -
System Red Green Blue C M Y K H S L
Decimal 87 106 160 0.46 0.34 0 0.37 224.38 0.3 0.48
Hex 57 6A A0 2E 22 0 25 E0 1E 30
Octal 127 152 240 56 42 0 45 340 36 60
Binary 1010111 1101010 10100000 101110 100010 0 100101 11100000 11110 110000

Color Harmonies of #576AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576AA0

Black with #576AA0

Text Example


Text Example

White with #576AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576AA0; }

 p { color: rgb(87,106,160); }

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

background-color css

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

 a { background-color: rgb(87,106,160); }

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

border-color css

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

 span { border-color: rgb(87,106,160); }

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