#581973

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

Shades of Blue Diamond #581973

Tints of Blue Diamond #581973

Color information

#581973 (or 0x581973) is unknown color: approx Blue Diamond. HEX triplet: 58, 19 and 73. RGB value is (88,25,115). Sum of RGB (Red+Green+Blue) = 88+25+115=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #581973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581973 is #A7E68C. Grayscale: #353535. Windows color (decimal): -11003533 or 7543128. OLE color: 7543128.

HSL color Cylindrical-coordinate representation of color #581973: hue angle of 282º 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 #581973 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8825115-
CMYK0.230.7800.55
HSL282º64.29%27.45%-
HSV(B)282º78.26%45.1%-
XYZ7.474.0116.6-
YUV54.1162.37152.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.60%
GREEN value IS 25 (10.16% from 255) = 10.96%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=38.60%
G=10.96%
B=50.44%

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
Decimal88251150.230.7800.5528264.2927.45
Hex581973174E03711a401b
Octal130311632711606743210033
Binary10110001100111100111011110011100110111100011010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581973; }

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

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

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

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

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

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

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

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