#582066

Color #582066 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #582066

Tints of Scarlet Gum #582066

Color information

#582066 (or 0x582066) is unknown color: approx Scarlet Gum. HEX triplet: 58, 20 and 66. RGB value is (88,32,102). Sum of RGB (Red+Green+Blue) = 88+32+102=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #582066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582066 is #A7DF99. Grayscale: #383838. Windows color (decimal): -11001754 or 6692952. OLE color: 6692952.

HSL color Cylindrical-coordinate representation of color #582066: hue angle of 288º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #582066 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8832102-
CMYK0.140.6900.6
HSL288º52.24%26.27%-
HSV(B)288º68.63%40%-
XYZ6.944.0712.99-
YUV56.72153.55150.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=39.64%
G=14.41%
B=45.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal88321020.140.6900.628852.2426.27
Hex582066E4503C120341a
Octal13040146161050744406432
Binary1011000100000110011011101000101011110010010000011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582066; }

 p { color: rgb(88,32,102); }

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

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

 a { background-color: rgb(88,32,102); }

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

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

 span { border-color: rgb(88,32,102); }

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