#582376

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

Shades of Blue Diamond #582376

Tints of Blue Diamond #582376

Color information

#582376 (or 0x582376) is unknown color: approx Blue Diamond. HEX triplet: 58, 23 and 76. RGB value is (88,35,118). Sum of RGB (Red+Green+Blue) = 88+35+118=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #582376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582376 is #A7DC89. Grayscale: #3C3C3C. Windows color (decimal): -11000970 or 7742296. OLE color: 7742296.

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

Color convert

RGB8835118-
CMYK0.250.7000.54
HSL278.31º54.25%30%-
HSV(B)278.31º70.34%46.27%-
XYZ7.94.5817.61-
YUV60.31160.56147.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 35 (14.06% from 255) = 14.52%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=36.51%
G=14.52%
B=48.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88351180.250.7000.54278.3154.2530
Hex5823761946036116361e
Octal13043166311060664266636
Binary10110001000111110110110011000110011011010001011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582376; }

 p { color: rgb(88,35,118); }

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

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

 a { background-color: rgb(88,35,118); }

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

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

 span { border-color: rgb(88,35,118); }

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