#582574

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

Shades of Blue Diamond #582574

Tints of Blue Diamond #582574

Color information

#582574 (or 0x582574) is unknown color: approx Blue Diamond. HEX triplet: 58, 25 and 74. RGB value is (88,37,116). Sum of RGB (Red+Green+Blue) = 88+37+116=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #582574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582574 is #A7DA8B. Grayscale: #3C3C3C. Windows color (decimal): -11000460 or 7611736. OLE color: 7611736.

HSL color Cylindrical-coordinate representation of color #582574: hue angle of 278.73º degrees, saturation: 0.52, 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 #582574 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8837116-
CMYK0.240.6800.55
HSL278.73º51.63%30%-
HSV(B)278.73º68.1%45.49%-
XYZ7.844.6617.01-
YUV61.26158.9147.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 37 (14.84% from 255) = 15.35%
BLUE value IS 116 (45.70% from 255) = 48.13%
R=36.51%
G=15.35%
B=48.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88371160.240.6800.55278.7351.6330
Hex5825741844037117341e
Octal13045164301040674276436
Binary10110001001011110100110001000100011011110001011111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582574; }

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

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

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

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

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

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

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

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