#576BA4

Color #576BA4 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #576BA4

Tints of San Marino #576BA4

Color information

#576BA4 (or 0x576BA4) is unknown color: approx San Marino. HEX triplet: 57, 6B and A4. RGB value is (87,107,164). Sum of RGB (Red+Green+Blue) = 87+107+164=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #576BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576BA4 is #A8945B. Grayscale: #6B6B6B. Windows color (decimal): -11048028 or 10775383. OLE color: 10775383.

HSL color Cylindrical-coordinate representation of color #576BA4: hue angle of 224.42º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #576BA4 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB87107164-
CMYK0.470.3500.36
HSL224.42º30.68%49.22%-
HSV(B)224.42º46.95%64.31%-
XYZ15.8915.2237.22-
YUV107.52159.87113.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.30%
GREEN value IS 107 (42.19% from 255) = 29.89%
BLUE value IS 164 (64.45% from 255) = 45.81%
R=24.30%
G=29.89%
B=45.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal871071640.470.3500.36224.4230.6849.22
Hex576BA42F23024e01f31
Octal12715324457430443403761
Binary101011111010111010010010111110001101001001110000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #576BA4;
 }
 .AnyTagClassName
 {
   color: #576BA4;
 }
</style>
background-color css

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

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

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

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

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

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