#581970

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

Shades of Blue Diamond #581970

Tints of Blue Diamond #581970

Color information

#581970 (or 0x581970) is unknown color: approx Blue Diamond. HEX triplet: 58, 19 and 70. RGB value is (88,25,112). Sum of RGB (Red+Green+Blue) = 88+25+112=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #581970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581970 is #A7E68F. Grayscale: #353535. Windows color (decimal): -11003536 or 7346520. OLE color: 7346520.

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

Color convert

RGB8825112-
CMYK0.210.7800.56
HSL283.45º63.5%26.86%-
HSV(B)283.45º77.68%43.92%-
XYZ7.33.9415.71-
YUV53.76160.87152.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.11%
GREEN value IS 25 (10.16% from 255) = 11.11%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=39.11%
G=11.11%
B=49.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88251120.210.7800.56283.4563.526.86
Hex581970154E03811b401b
Octal130311602511607043310033
Binary10110001100111100001010110011100111000100011011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581970; }

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

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

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

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

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

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

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

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