Html Css Color HEX #581972 Blue Diamond

📋 copy color: '#581972'

red 88 ◦ green 25 ◦ blue 114

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

Shades of Blue Diamond #581972

Tints of Blue Diamond #581972

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

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

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

RGB 88 25 114 -
CMYK 0.23 0.78 0 0.55
HSL 282.47º 0.64% 0.27% -
HSV(B) 282.47º 0.78% 0.45% -
XYZ 7.41 3.98 16.3 -
YUV 53.98 161.87 152.26 -
System Red Green Blue C M Y K H S L
Decimal 88 25 114 0.23 0.78 0 0.55 282.47 0.64 0.27
Hex 58 19 72 17 4E 0 37 11A 40 1B
Octal 130 31 162 27 116 0 67 432 100 33
Binary 1011000 11001 1110010 10111 1001110 0 110111 100011010 1000000 11011

Color Harmonies of #581972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581972

Black with #581972

Text Example


Text Example

White with #581972

Text Example


Text Example

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