Html Css Color HEX #576BAB San Marino

📋 copy color: '#576BAB'

red 87 ◦ green 107 ◦ blue 171

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

Shades of San Marino #576BAB

Tints of San Marino #576BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.32%

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

R = 23.84%
G = 29.32%
B = 46.85%

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

#576BAB (or 0x576BAB) is known color: San Marino. HEX triplet: 57, 6B and AB. RGB value is (87,107,171). Sum of RGB (Red+Green+Blue) = 87+107+171=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #576BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576BAB is #A89454. Grayscale: #6C6C6C. Windows color (decimal): -11048021 or 11234135. OLE color: 11234135.

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

Color convert

RGB 87 107 171 -
CMYK 0.49 0.37 0 0.33
HSL 225.71º 0.33% 0.51% -
HSV(B) 225.71º 0.49% 0.67% -
XYZ 16.54 15.48 40.64 -
YUV 108.32 163.37 112.8 -
System Red Green Blue C M Y K H S L
Decimal 87 107 171 0.49 0.37 0 0.33 225.71 0.33 0.51
Hex 57 6B AB 31 25 0 21 E2 21 33
Octal 127 153 253 61 45 0 41 342 41 63
Binary 1010111 1101011 10101011 110001 100101 0 100001 11100010 100001 110011

Color Harmonies of #576BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576BAB

Black with #576BAB

Text Example


Text Example

White with #576BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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