#581972

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

Shades of Blue Diamond #581972

Tints of Blue Diamond #581972

Color information

#581972 (or 0x581972) is unknown color: approx Blue Diamond. HEX triplet: 58, 19 and 72. RGB value is (88,25,114). Sum of RGB (Red+Green+Blue) = 88+25+114=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #581972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581972 is #A7E68D. Grayscale: #353535. Windows color (decimal): -11003534 or 7477592. OLE color: 7477592.

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

Color convert

RGB8825114-
CMYK0.230.7800.55
HSL282.47º64.03%27.25%-
HSV(B)282.47º78.07%44.71%-
XYZ7.413.9816.3-
YUV53.98161.87152.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.77%
GREEN value IS 25 (10.16% from 255) = 11.01%
BLUE value IS 114 (44.92% from 255) = 50.22%
R=38.77%
G=11.01%
B=50.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88251140.230.7800.55282.4764.0327.25
Hex581972174E03711a401b
Octal130311622711606743210033
Binary10110001100111100101011110011100110111100011010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581972; }

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

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

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

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

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

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

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

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