Html Css Color HEX #576CA0 San Marino

📋 copy color: '#576CA0'

red 87 ◦ green 108 ◦ blue 160

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

Shades of San Marino #576CA0

Tints of San Marino #576CA0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.42%

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

R = 24.51%
G = 30.42%
B = 45.07%

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

#576CA0 (or 0x576CA0) is known color: San Marino. HEX triplet: 57, 6C and A0. RGB value is (87,108,160). Sum of RGB (Red+Green+Blue) = 87+108+160=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #576CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576CA0 is #A8935F. Grayscale: #6B6B6B. Windows color (decimal): -11047776 or 10513495. OLE color: 10513495.

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

Color convert

RGB 87 108 160 -
CMYK 0.46 0.32 0 0.37
HSL 222.74º 0.3% 0.48% -
HSV(B) 222.74º 0.46% 0.63% -
XYZ 15.64 15.29 35.38 -
YUV 107.65 157.54 113.27 -
System Red Green Blue C M Y K H S L
Decimal 87 108 160 0.46 0.32 0 0.37 222.74 0.3 0.48
Hex 57 6C A0 2E 20 0 25 DF 1E 30
Octal 127 154 240 56 40 0 45 337 36 60
Binary 1010111 1101100 10100000 101110 100000 0 100101 11011111 11110 110000

Color Harmonies of #576CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576CA0

Black with #576CA0

Text Example


Text Example

White with #576CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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