Html Css Color HEX #582071 Blue Diamond

📋 copy color: '#582071'

red 88 ◦ green 32 ◦ blue 113

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

Shades of Blue Diamond #582071

Tints of Blue Diamond #582071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.73%

 BLUE value IS 113 (44.53% from 255) = 48.5%

R = 37.77%
G = 13.73%
B = 48.5%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#582071 (or 0x582071) is known color: Blue Diamond. HEX triplet: 58, 20 and 71. RGB value is (88,32,113). Sum of RGB (Red+Green+Blue) = 88+32+113=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #582071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582071 is #A7DF8E. Grayscale: #393939. Windows color (decimal): -11001743 or 7413848. OLE color: 7413848.

HSL color Cylindrical-coordinate representation of color #582071: hue angle of 281.48º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #582071 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 32 113 -
CMYK 0.22 0.72 0 0.56
HSL 281.48º 0.56% 0.28% -
HSV(B) 281.48º 0.72% 0.44% -
XYZ 7.52 4.3 16.06 -
YUV 57.98 159.05 149.41 -
System Red Green Blue C M Y K H S L
Decimal 88 32 113 0.22 0.72 0 0.56 281.48 0.56 0.28
Hex 58 20 71 16 48 0 38 119 38 1C
Octal 130 40 161 26 110 0 70 431 70 34
Binary 1011000 100000 1110001 10110 1001000 0 111000 100011001 111000 11100

Color Harmonies of #582071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582071

Black with #582071

Text Example


Text Example

White with #582071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582071; }

 p { color: rgb(88,32,113); }

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

background-color css

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

 a { background-color: rgb(88,32,113); }

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

border-color css

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

 span { border-color: rgb(88,32,113); }

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