#581A72

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

Shades of Blue Diamond #581A72

Tints of Blue Diamond #581A72

Color information

#581A72 (or 0x581A72) is unknown color: approx Blue Diamond. HEX triplet: 58, 1A and 72. RGB value is (88,26,114). Sum of RGB (Red+Green+Blue) = 88+26+114=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #581A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A72 is #A7E58D. Grayscale: #363636. Windows color (decimal): -11003278 or 7477848. OLE color: 7477848.

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

Color convert

RGB8826114-
CMYK0.230.7700.55
HSL282.27º62.86%27.45%-
HSV(B)282.27º77.19%44.71%-
XYZ7.434.0316.31-
YUV54.57161.54151.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.60%
GREEN value IS 26 (10.55% from 255) = 11.40%
BLUE value IS 114 (44.92% from 255) = 50%
R=38.60%
G=11.40%
B=50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88261140.230.7700.55282.2762.8627.45
Hex581A72174D03711a3f1b
Octal13032162271150674327733
Binary1011000110101110010101111001101011011110001101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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