#581E70

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

Shades of Blue Diamond #581E70

Tints of Blue Diamond #581E70

Color information

#581E70 (or 0x581E70) is unknown color: approx Blue Diamond. HEX triplet: 58, 1E and 70. RGB value is (88,30,112). Sum of RGB (Red+Green+Blue) = 88+30+112=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #581E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581E70 is #A7E18F. Grayscale: #383838. Windows color (decimal): -11002256 or 7347800. OLE color: 7347800.

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

Color convert

RGB8830112-
CMYK0.210.7300.56
HSL282.44º57.75%27.84%-
HSV(B)282.44º73.21%43.92%-
XYZ7.414.1715.74-
YUV56.69159.22150.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 30 (12.11% from 255) = 13.04%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=38.26%
G=13.04%
B=48.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88301120.210.7300.56282.4457.7527.84
Hex581E70154903811a3a1c
Octal13036160251110704327234
Binary1011000111101110000101011001001011100010001101011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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