Html Css Color HEX #576DA0 San Marino

📋 copy color: '#576DA0'

red 87 ◦ green 109 ◦ blue 160

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

Shades of San Marino #576DA0

Tints of San Marino #576DA0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.62%

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

R = 24.44%
G = 30.62%
B = 44.94%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#576DA0 (or 0x576DA0) is known color: San Marino. HEX triplet: 57, 6D and A0. RGB value is (87,109,160). Sum of RGB (Red+Green+Blue) = 87+109+160=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 160 - color contains mainly: blue. Hex color #576DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576DA0 is #A8925F. Grayscale: #6C6C6C. Windows color (decimal): -11047520 or 10513751. OLE color: 10513751.

HSL color Cylindrical-coordinate representation of color #576DA0: hue angle of 221.92º 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 #576DA0 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 87 109 160 -
CMYK 0.46 0.32 0 0.37
HSL 221.92º 0.3% 0.48% -
HSV(B) 221.92º 0.46% 0.63% -
XYZ 15.74 15.5 35.42 -
YUV 108.24 157.21 112.85 -
System Red Green Blue C M Y K H S L
Decimal 87 109 160 0.46 0.32 0 0.37 221.92 0.3 0.48
Hex 57 6D A0 2E 20 0 25 DE 1E 30
Octal 127 155 240 56 40 0 45 336 36 60
Binary 1010111 1101101 10100000 101110 100000 0 100101 11011110 11110 110000

Color Harmonies of #576DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576DA0

Black with #576DA0

Text Example


Text Example

White with #576DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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