#572075

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

Shades of Blue Diamond #572075

Tints of Blue Diamond #572075

Color information

#572075 (or 0x572075) is unknown color: approx Blue Diamond. HEX triplet: 57, 20 and 75. RGB value is (87,32,117). Sum of RGB (Red+Green+Blue) = 87+32+117=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #572075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572075 is #A8DF8A. Grayscale: #393939. Windows color (decimal): -11067275 or 7675991. OLE color: 7675991.

HSL color Cylindrical-coordinate representation of color #572075: hue angle of 278.82º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #572075 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8732117-
CMYK0.260.7300.54
HSL278.82º57.05%29.22%-
HSV(B)278.82º72.65%45.88%-
XYZ7.664.3417.26-
YUV58.14161.22148.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.86%
GREEN value IS 32 (12.89% from 255) = 13.56%
BLUE value IS 117 (46.09% from 255) = 49.58%
R=36.86%
G=13.56%
B=49.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87321170.260.7300.54278.8257.0529.22
Hex5720751A49036117391d
Octal12740165321110664277135
Binary10101111000001110101110101001001011011010001011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572075; }

 p { color: rgb(87,32,117); }

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

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

 a { background-color: rgb(87,32,117); }

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

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

 span { border-color: rgb(87,32,117); }

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