#581D72

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

Shades of Blue Diamond #581D72

Tints of Blue Diamond #581D72

Color information

#581D72 (or 0x581D72) is unknown color: approx Blue Diamond. HEX triplet: 58, 1D and 72. RGB value is (88,29,114). Sum of RGB (Red+Green+Blue) = 88+29+114=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #581D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581D72 is #A7E28D. Grayscale: #383838. Windows color (decimal): -11002510 or 7478616. OLE color: 7478616.

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

Color convert

RGB8829114-
CMYK0.230.7500.55
HSL281.65º59.44%28.04%-
HSV(B)281.65º74.56%44.71%-
XYZ7.54.1716.33-
YUV56.33160.55150.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.10%
GREEN value IS 29 (11.72% from 255) = 12.55%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=38.10%
G=12.55%
B=49.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88291140.230.7500.55281.6559.4428.04
Hex581D72174B03711a3b1c
Octal13035162271130674327334
Binary1011000111011110010101111001011011011110001101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,29,114); }

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

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

 a { background-color: rgb(88,29,114); }

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

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

 span { border-color: rgb(88,29,114); }

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