Html Css Color HEX #581D72 Blue Diamond

📋 copy color: '#581D72'

red 88 ◦ green 29 ◦ blue 114

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

Shades of Blue Diamond #581D72

Tints of Blue Diamond #581D72

RGB

 RED value IS 88 (34.77% from 255) = 38.1%

 GREEN value IS 29 (11.72% from 255) = 12.55%

 BLUE value IS 114 (44.92% from 255) = 49.35%

R = 38.1%
G = 12.55%
B = 49.35%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#581D72 (or 0x581D72) is known color: Blue Diamond. HEX triplet: 58, 1D and 72. RGB value is (88,29,114). Sum of RGB (Red+Green+Blue) = 88+29+114=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #581D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581D72 is #A7E28D. Grayscale: #383838. Windows color (decimal): -11002510 or 7478616. OLE color: 7478616.

HSL color Cylindrical-coordinate representation of color #581D72: hue angle of 281.65º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581D72 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 29 114 -
CMYK 0.23 0.75 0 0.55
HSL 281.65º 0.59% 0.28% -
HSV(B) 281.65º 0.75% 0.45% -
XYZ 7.5 4.17 16.33 -
YUV 56.33 160.55 150.59 -
System Red Green Blue C M Y K H S L
Decimal 88 29 114 0.23 0.75 0 0.55 281.65 0.59 0.28
Hex 58 1D 72 17 4B 0 37 11A 3B 1C
Octal 130 35 162 27 113 0 67 432 73 34
Binary 1011000 11101 1110010 10111 1001011 0 110111 100011010 111011 11100

Color Harmonies of #581D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D72

Black with #581D72

Text Example


Text Example

White with #581D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581D72; }

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

 H1.HeaderClassName
 {
   color: #581D72;
 }
 .AnyTagClassName
 {
   color: #581D72;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #581D72;
 }
 .BgClassName
 {
   background-color: #581D72;
 }
</style>

border-color css

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

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

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