Html Css Color HEX #58465E Honey Flower

📋 copy color: '#58465E'

red 88 ◦ green 70 ◦ blue 94

#58465E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #58465E

Tints of Honey Flower #58465E

RGB

 RED value IS 88 (34.77% from 255) = 34.92%

 GREEN value IS 70 (27.73% from 255) = 27.78%

 BLUE value IS 94 (37.11% from 255) = 37.3%

R = 34.92%
G = 27.78%
B = 37.3%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#58465E (or 0x58465E) is known color: Honey Flower. HEX triplet: 58, 46 and 5E. RGB value is (88,70,94). Sum of RGB (Red+Green+Blue) = 88+70+94=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 94 - color contains mainly: blue. Hex color #58465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58465E is #A7B9A1. Grayscale: #4E4E4E. Windows color (decimal): -10992034 or 6178392. OLE color: 6178392.

HSL color Cylindrical-coordinate representation of color #58465E: hue angle of 285º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #58465E is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 70 94 -
CMYK 0.06 0.26 0 0.63
HSL 285º 0.15% 0.32% -
HSV(B) 285º 0.26% 0.37% -
XYZ 8.24 7.26 11.56 -
YUV 78.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 88 70 94 0.06 0.26 0 0.63 285 0.15 0.32
Hex 58 46 5E 6 1A 0 3F 11D F 20
Octal 130 106 136 6 32 0 77 435 17 40
Binary 1011000 1000110 1011110 110 11010 0 111111 100011101 1111 100000

Color Harmonies of #58465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58465E

Black with #58465E

Text Example


Text Example

White with #58465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58465E; }

 p { color: rgb(88,70,94); }

 H1.HeaderClassName
 {
   color: #58465E;
 }
 .AnyTagClassName
 {
   color: #58465E;
 }
</style>

background-color css

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

 a { background-color: rgb(88,70,94); }

 div.DivClassName
 {
   background-color: #58465E;
 }
 .BgClassName
 {
   background-color: #58465E;
 }
</style>

border-color css

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

 span { border-color: rgb(88,70,94); }

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