#58426F

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

Shades of Honey Flower #58426F

Tints of Honey Flower #58426F

Color information

#58426F (or 0x58426F) is unknown color: approx Honey Flower. HEX triplet: 58, 42 and 6F. RGB value is (88,66,111). Sum of RGB (Red+Green+Blue) = 88+66+111=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 111 - color contains mainly: blue. Hex color #58426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58426F is #A7BD90. Grayscale: #4D4D4D. Windows color (decimal): -10993041 or 7291480. OLE color: 7291480.

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

Color convert

RGB8866111-
CMYK0.210.4100.56
HSL269.33º25.42%34.71%-
HSV(B)269.33º40.54%43.53%-
XYZ8.847.1215.95-
YUV77.71146.79135.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.21%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=33.21%
G=24.91%
B=41.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88661110.210.4100.56269.3325.4234.71
Hex58426F152903810d1923
Octal13010215725510704153143
Binary10110001000010110111110101101001011100010000110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,66,111); }

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

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

 a { background-color: rgb(88,66,111); }

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

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

 span { border-color: rgb(88,66,111); }

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