Html Css Color HEX #581970 Blue Diamond

📋 copy color: '#581970'

red 88 ◦ green 25 ◦ blue 112

#581970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #581970

Tints of Blue Diamond #581970

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 value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#581970 (or 0x581970) is known color: 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

RGB 88 25 112 -
CMYK 0.21 0.78 0 0.56
HSL 283.45º 0.64% 0.27% -
HSV(B) 283.45º 0.78% 0.44% -
XYZ 7.3 3.94 15.71 -
YUV 53.76 160.87 152.43 -
System Red Green Blue C M Y K H S L
Decimal 88 25 112 0.21 0.78 0 0.56 283.45 0.64 0.27
Hex 58 19 70 15 4E 0 38 11B 40 1B
Octal 130 31 160 25 116 0 70 433 100 33
Binary 1011000 11001 1110000 10101 1001110 0 111000 100011011 1000000 11011

Color Harmonies of #581970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581970

Black with #581970

Text Example


Text Example

White with #581970

Text Example


Text Example

HTML Codes & Css Web 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>