#582573

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

Shades of Blue Diamond #582573

Tints of Blue Diamond #582573

Color information

#582573 (or 0x582573) is unknown color: approx Blue Diamond. HEX triplet: 58, 25 and 73. RGB value is (88,37,115). Sum of RGB (Red+Green+Blue) = 88+37+115=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #582573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582573 is #A7DA8C. Grayscale: #3C3C3C. Windows color (decimal): -11000461 or 7546200. OLE color: 7546200.

HSL color Cylindrical-coordinate representation of color #582573: hue angle of 279.23º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #582573 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8837115-
CMYK0.230.6800.55
HSL279.23º51.32%29.8%-
HSV(B)279.23º67.83%45.1%-
XYZ7.784.6416.7-
YUV61.14158.4147.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.67%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 115 (45.31% from 255) = 47.92%
R=36.67%
G=15.42%
B=47.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88371150.230.6800.55279.2351.3229.8
Hex5825731744037117331e
Octal13045163271040674276336
Binary10110001001011110011101111000100011011110001011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582573; }

 p { color: rgb(88,37,115); }

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

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

 a { background-color: rgb(88,37,115); }

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

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

 span { border-color: rgb(88,37,115); }

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