Html Css Color HEX #576FAC San Marino

📋 copy color: '#576FAC'

red 87 ◦ green 111 ◦ blue 172

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

Shades of San Marino #576FAC

Tints of San Marino #576FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30%

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 23.51%
G = 30%
B = 46.49%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#576FAC (or 0x576FAC) is known color: San Marino. HEX triplet: 57, 6F and AC. RGB value is (87,111,172). Sum of RGB (Red+Green+Blue) = 87+111+172=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #576FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576FAC is #A89053. Grayscale: #6E6E6E. Windows color (decimal): -11046996 or 11300695. OLE color: 11300695.

HSL color Cylindrical-coordinate representation of color #576FAC: hue angle of 223.06º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #576FAC is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 111 172 -
CMYK 0.49 0.35 0 0.33
HSL 223.06º 0.34% 0.51% -
HSV(B) 223.06º 0.49% 0.67% -
XYZ 17.06 16.37 41.29 -
YUV 110.78 162.55 111.04 -
System Red Green Blue C M Y K H S L
Decimal 87 111 172 0.49 0.35 0 0.33 223.06 0.34 0.51
Hex 57 6F AC 31 23 0 21 DF 22 33
Octal 127 157 254 61 43 0 41 337 42 63
Binary 1010111 1101111 10101100 110001 100011 0 100001 11011111 100010 110011

Color Harmonies of #576FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576FAC

Black with #576FAC

Text Example


Text Example

White with #576FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,111,172); }

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

background-color css

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

 a { background-color: rgb(87,111,172); }

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

border-color css

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

 span { border-color: rgb(87,111,172); }

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