#582071

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

Shades of Blue Diamond #582071

Tints of Blue Diamond #582071

Color information

#582071 (or 0x582071) is unknown color: approx 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

RGB8832113-
CMYK0.220.7200.56
HSL281.48º55.86%28.43%-
HSV(B)281.48º71.68%44.31%-
XYZ7.524.316.06-
YUV57.98159.05149.41-

RGB Variations

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

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.50%
R=37.77%
G=13.73%
B=48.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88321130.220.7200.56281.4855.8628.43
Hex5820711648038119381c
Octal13040161261100704317034
Binary10110001000001110001101101001000011100010001100111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>