#571E73

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

Shades of Blue Diamond #571E73

Tints of Blue Diamond #571E73

Color information

#571E73 (or 0x571E73) is unknown color: approx Blue Diamond. HEX triplet: 57, 1E and 73. RGB value is (87,30,115). Sum of RGB (Red+Green+Blue) = 87+30+115=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #571E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571E73 is #A8E18C. Grayscale: #383838. Windows color (decimal): -11067789 or 7544407. OLE color: 7544407.

HSL color Cylindrical-coordinate representation of color #571E73: hue angle of 280.24º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #571E73 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8730115-
CMYK0.240.7400.55
HSL280.24º58.62%28.43%-
HSV(B)280.24º73.91%45.1%-
XYZ7.494.1916.63-
YUV56.73160.88149.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.5%
GREEN value IS 30 (12.11% from 255) = 12.93%
BLUE value IS 115 (45.31% from 255) = 49.57%
R=37.5%
G=12.93%
B=49.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87301150.240.7400.55280.2458.6228.43
Hex571E73184A0371183b1c
Octal12736163301120674307334
Binary1010111111101110011110001001010011011110001100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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