Html Css Color HEX #576FAB San Marino

📋 copy color: '#576FAB'

red 87 ◦ green 111 ◦ blue 171

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

Shades of San Marino #576FAB

Tints of San Marino #576FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.34%

R = 23.58%
G = 30.08%
B = 46.34%

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

#576FAB (or 0x576FAB) is known color: San Marino. HEX triplet: 57, 6F and AB. RGB value is (87,111,171). Sum of RGB (Red+Green+Blue) = 87+111+171=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #576FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576FAB is #A89054. Grayscale: #6E6E6E. Windows color (decimal): -11046997 or 11235159. OLE color: 11235159.

HSL color Cylindrical-coordinate representation of color #576FAB: hue angle of 222.86º degrees, saturation: 0.33, 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 #576FAB is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 111 171 -
CMYK 0.49 0.35 0 0.33
HSL 222.86º 0.33% 0.51% -
HSV(B) 222.86º 0.49% 0.67% -
XYZ 16.97 16.34 40.79 -
YUV 110.66 162.05 111.12 -
System Red Green Blue C M Y K H S L
Decimal 87 111 171 0.49 0.35 0 0.33 222.86 0.33 0.51
Hex 57 6F AB 31 23 0 21 DF 21 33
Octal 127 157 253 61 43 0 41 337 41 63
Binary 1010111 1101111 10101011 110001 100011 0 100001 11011111 100001 110011

Color Harmonies of #576FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576FAB

Black with #576FAB

Text Example


Text Example

White with #576FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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