#58254F

Color #58254F Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #58254F

Tints of Loulou #58254F

Color information

#58254F (or 0x58254F) is unknown color: approx Loulou. HEX triplet: 58, 25 and 4F. RGB value is (88,37,79). Sum of RGB (Red+Green+Blue) = 88+37+79=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #58254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58254F is #A7DAB0. Grayscale: #383838. Windows color (decimal): -11000497 or 5186904. OLE color: 5186904.

HSL color Cylindrical-coordinate representation of color #58254F: hue angle of 310.59º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58254F is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB883779-
CMYK00.580.100.65
HSL310.59º40.8%24.51%-
HSV(B)310.59º57.95%34.51%-
XYZ6.13.967.84-
YUV57.04140.4150.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.14%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 79 (31.25% from 255) = 38.73%
R=43.14%
G=18.14%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88377900.580.100.65310.5940.824.51
Hex58254F03AA411372919
Octal13045117072121014675131
Binary1011000100101100111101110101010100000110011011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58254F; }

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

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

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

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

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

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

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

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