#582175

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

Shades of Blue Diamond #582175

Tints of Blue Diamond #582175

Color information

#582175 (or 0x582175) is unknown color: approx Blue Diamond. HEX triplet: 58, 21 and 75. RGB value is (88,33,117). Sum of RGB (Red+Green+Blue) = 88+33+117=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #582175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582175 is #A7DE8A. Grayscale: #3A3A3A. Windows color (decimal): -11001483 or 7676248. OLE color: 7676248.

HSL color Cylindrical-coordinate representation of color #582175: hue angle of 279.29º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #582175 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8833117-
CMYK0.250.7200.54
HSL279.29º56%29.41%-
HSV(B)279.29º71.79%45.88%-
XYZ7.784.4517.28-
YUV59.02160.72148.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.97%
GREEN value IS 33 (13.28% from 255) = 13.87%
BLUE value IS 117 (46.09% from 255) = 49.16%
R=36.97%
G=13.87%
B=49.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88331170.250.7200.54279.295629.41
Hex5821751948036117381d
Octal13041165311100664277035
Binary10110001000011110101110011001000011011010001011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582175; }

 p { color: rgb(88,33,117); }

 H1.HeaderClassName
 {
   color: #582175;
 }
 .AnyTagClassName
 {
   color: #582175;
 }
</style>
background-color css

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

 a { background-color: rgb(88,33,117); }

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

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

 span { border-color: rgb(88,33,117); }

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