Html Css Color HEX #576AA8 San Marino

📋 copy color: '#576AA8'

red 87 ◦ green 106 ◦ blue 168

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

Shades of San Marino #576AA8

Tints of San Marino #576AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.54%

R = 24.1%
G = 29.36%
B = 46.54%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#576AA8 (or 0x576AA8) is known color: San Marino. HEX triplet: 57, 6A and A8. RGB value is (87,106,168). Sum of RGB (Red+Green+Blue) = 87+106+168=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 168 - color contains mainly: blue. Hex color #576AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576AA8 is #A89557. Grayscale: #6B6B6B. Windows color (decimal): -11048280 or 11037271. OLE color: 11037271.

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

Color convert

RGB 87 106 168 -
CMYK 0.48 0.37 0 0.34
HSL 225.93º 0.32% 0.5% -
HSV(B) 225.93º 0.48% 0.66% -
XYZ 16.15 15.16 39.12 -
YUV 107.39 162.21 113.46 -
System Red Green Blue C M Y K H S L
Decimal 87 106 168 0.48 0.37 0 0.34 225.93 0.32 0.5
Hex 57 6A A8 30 25 0 22 E2 20 32
Octal 127 152 250 60 45 0 42 342 40 62
Binary 1010111 1101010 10101000 110000 100101 0 100010 11100010 100000 110010

Color Harmonies of #576AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576AA8

Black with #576AA8

Text Example


Text Example

White with #576AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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