#571E7A

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

Shades of Blue Diamond #571E7A

Tints of Blue Diamond #571E7A

Color information

#571E7A (or 0x571E7A) is unknown color: approx Blue Diamond. HEX triplet: 57, 1E and 7A. RGB value is (87,30,122). Sum of RGB (Red+Green+Blue) = 87+30+122=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #571E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571E7A is #A8E185. Grayscale: #393939. Windows color (decimal): -11067782 or 8003159. OLE color: 8003159.

HSL color Cylindrical-coordinate representation of color #571E7A: hue angle of 277.17º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #571E7A is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8730122-
CMYK0.290.7500.52
HSL277.17º60.53%29.8%-
HSV(B)277.17º75.41%47.84%-
XYZ7.914.3618.84-
YUV57.53164.38149.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.40%
GREEN value IS 30 (12.11% from 255) = 12.55%
BLUE value IS 122 (48.05% from 255) = 51.05%
R=36.40%
G=12.55%
B=51.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87301220.290.7500.52277.1760.5329.8
Hex571E7A1D4B0341153d1e
Octal12736172351130644257536
Binary1010111111101111010111011001011011010010001010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571E7A; }

 p { color: rgb(87,30,122); }

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

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

 a { background-color: rgb(87,30,122); }

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

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

 span { border-color: rgb(87,30,122); }

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