#592175

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

Shades of Blue Diamond #592175

Tints of Blue Diamond #592175

Color information

#592175 (or 0x592175) is unknown color: approx Blue Diamond. HEX triplet: 59, 21 and 75. RGB value is (89,33,117). Sum of RGB (Red+Green+Blue) = 89+33+117=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #592175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592175 is #A6DE8A. Grayscale: #3B3B3B. Windows color (decimal): -10935947 or 7676249. OLE color: 7676249.

HSL color Cylindrical-coordinate representation of color #592175: hue angle of 280º 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 #592175 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8933117-
CMYK0.240.7200.54
HSL280º56%29.41%-
HSV(B)280º71.79%45.88%-
XYZ7.874.517.28-
YUV59.32160.55149.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.24%
GREEN value IS 33 (13.28% from 255) = 13.81%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=37.24%
G=13.81%
B=48.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89331170.240.7200.542805629.41
Hex5921751848036118381d
Octal13141165301100664307035
Binary10110011000011110101110001001000011011010001100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592175; }

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

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

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

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

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

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

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

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