#581E7A

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

Shades of Blue Diamond #581E7A

Tints of Blue Diamond #581E7A

Color information

#581E7A (or 0x581E7A) is unknown color: approx Blue Diamond. HEX triplet: 58, 1E and 7A. RGB value is (88,30,122). Sum of RGB (Red+Green+Blue) = 88+30+122=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #581E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581E7A is #A7E185. Grayscale: #393939. Windows color (decimal): -11002246 or 8003160. OLE color: 8003160.

HSL color Cylindrical-coordinate representation of color #581E7A: hue angle of 277.83º 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 #581E7A is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8830122-
CMYK0.280.7500.52
HSL277.83º60.53%29.8%-
HSV(B)277.83º75.41%47.84%-
XYZ84.4118.84-
YUV57.83164.22149.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.67%
GREEN value IS 30 (12.11% from 255) = 12.5%
BLUE value IS 122 (48.05% from 255) = 50.83%
R=36.67%
G=12.5%
B=50.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88301220.280.7500.52277.8360.5329.8
Hex581E7A1C4B0341163d1e
Octal13036172341130644267536
Binary1011000111101111010111001001011011010010001011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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