Html Css Color HEX #576CAB San Marino

📋 copy color: '#576CAB'

red 87 ◦ green 108 ◦ blue 171

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

Shades of San Marino #576CAB

Tints of San Marino #576CAB

RGB

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

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

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

R = 23.77%
G = 29.51%
B = 46.72%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#576CAB (or 0x576CAB) is known color: San Marino. HEX triplet: 57, 6C and AB. RGB value is (87,108,171). Sum of RGB (Red+Green+Blue) = 87+108+171=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #576CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576CAB is #A89354. Grayscale: #6C6C6C. Windows color (decimal): -11047765 or 11234391. OLE color: 11234391.

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

Color convert

RGB 87 108 171 -
CMYK 0.49 0.37 0 0.33
HSL 225º 0.33% 0.51% -
HSV(B) 225º 0.49% 0.67% -
XYZ 16.64 15.69 40.68 -
YUV 108.9 163.04 112.38 -
System Red Green Blue C M Y K H S L
Decimal 87 108 171 0.49 0.37 0 0.33 225 0.33 0.51
Hex 57 6C AB 31 25 0 21 E1 21 33
Octal 127 154 253 61 45 0 41 341 41 63
Binary 1010111 1101100 10101011 110001 100101 0 100001 11100001 100001 110011

Color Harmonies of #576CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576CAB

Black with #576CAB

Text Example


Text Example

White with #576CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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