#58456B

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

Shades of Honey Flower #58456B

Tints of Honey Flower #58456B

Color information

#58456B (or 0x58456B) is unknown color: approx Honey Flower. HEX triplet: 58, 45 and 6B. RGB value is (88,69,107). Sum of RGB (Red+Green+Blue) = 88+69+107=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 107 - color contains mainly: blue. Hex color #58456B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58456B is #A7BA94. Grayscale: #4E4E4E. Windows color (decimal): -10992277 or 7030104. OLE color: 7030104.

HSL color Cylindrical-coordinate representation of color #58456B: hue angle of 270º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58456B is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8869107-
CMYK0.180.3600.58
HSL270º21.59%34.51%-
HSV(B)270º35.51%41.96%-
XYZ8.817.3914.87-
YUV79.01143.79134.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.33%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 107 (42.19% from 255) = 40.53%
R=33.33%
G=26.14%
B=40.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88691070.180.3600.5827021.5934.51
Hex58456B122403A10e1623
Octal13010515322440724162643
Binary10110001000101110101110010100100011101010000111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58456B; }

 p { color: rgb(88,69,107); }

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

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

 a { background-color: rgb(88,69,107); }

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

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

 span { border-color: rgb(88,69,107); }

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