#58416A

Color #58416A Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #58416A

Tints of Honey Flower #58416A

Color information

#58416A (or 0x58416A) is unknown color: approx Honey Flower. HEX triplet: 58, 41 and 6A. RGB value is (88,65,106). Sum of RGB (Red+Green+Blue) = 88+65+106=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 106 - color contains mainly: blue. Hex color #58416A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58416A is #A7BE95. Grayscale: #4C4C4C. Windows color (decimal): -10993302 or 6963544. OLE color: 6963544.

HSL color Cylindrical-coordinate representation of color #58416A: hue angle of 273.66º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58416A is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8865106-
CMYK0.170.3900.58
HSL273.66º23.98%33.53%-
HSV(B)273.66º38.68%41.57%-
XYZ8.526.914.52-
YUV76.55144.62136.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.98%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=33.98%
G=25.10%
B=40.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88651060.170.3900.58273.6623.9833.53
Hex58416A112703A1121822
Octal13010115221470724223042
Binary10110001000001110101010001100111011101010001001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58416A; }

 p { color: rgb(88,65,106); }

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

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

 a { background-color: rgb(88,65,106); }

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

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

 span { border-color: rgb(88,65,106); }

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