#572070

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

Shades of Blue Diamond #572070

Tints of Blue Diamond #572070

Color information

#572070 (or 0x572070) is unknown color: approx Blue Diamond. HEX triplet: 57, 20 and 70. RGB value is (87,32,112). Sum of RGB (Red+Green+Blue) = 87+32+112=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #572070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572070 is #A8DF8F. Grayscale: #393939. Windows color (decimal): -11067280 or 7348311. OLE color: 7348311.

HSL color Cylindrical-coordinate representation of color #572070: hue angle of 281.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #572070 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8732112-
CMYK0.220.7100.56
HSL281.25º55.56%28.24%-
HSV(B)281.25º71.43%43.92%-
XYZ7.374.2315.76-
YUV57.56158.72149-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.66%
GREEN value IS 32 (12.89% from 255) = 13.85%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=37.66%
G=13.85%
B=48.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87321120.220.7100.56281.2555.5628.24
Hex5720701647038119381c
Octal12740160261070704317034
Binary10101111000001110000101101000111011100010001100111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572070; }

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

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

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

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

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

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

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

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