#572973

Color #572973 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #572973

Tints of Blue Diamond #572973

Color information

#572973 (or 0x572973) is unknown color: approx Blue Diamond. HEX triplet: 57, 29 and 73. RGB value is (87,41,115). Sum of RGB (Red+Green+Blue) = 87+41+115=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #572973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572973 is #A8D68C. Grayscale: #3E3E3E. Windows color (decimal): -11064973 or 7547223. OLE color: 7547223.

HSL color Cylindrical-coordinate representation of color #572973: hue angle of 277.3º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #572973 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8741115-
CMYK0.240.6400.55
HSL277.3º47.44%30.59%-
HSV(B)277.3º64.35%45.1%-
XYZ7.824.8516.74-
YUV63.19157.24144.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.80%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=35.80%
G=16.87%
B=47.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87411150.240.6400.55277.347.4430.59
Hex57297318400371152f1f
Octal12751163301000674255737
Binary10101111010011110011110001000000011011110001010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572973; }

 p { color: rgb(87,41,115); }

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

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

 a { background-color: rgb(87,41,115); }

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

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

 span { border-color: rgb(87,41,115); }

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