Html Css Color HEX #58445E Honey Flower

📋 copy color: '#58445E'

red 88 ◦ green 68 ◦ blue 94

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

Shades of Honey Flower #58445E

Tints of Honey Flower #58445E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.2%

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

R = 35.2%
G = 27.2%
B = 37.6%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#58445E (or 0x58445E) is known color: Honey Flower. HEX triplet: 58, 44 and 5E. RGB value is (88,68,94). Sum of RGB (Red+Green+Blue) = 88+68+94=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 94 - color contains mainly: blue. Hex color #58445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58445E is #A7BBA1. Grayscale: #4C4C4C. Windows color (decimal): -10992546 or 6177880. OLE color: 6177880.

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

Color convert

RGB 88 68 94 -
CMYK 0.06 0.28 0 0.63
HSL 286.15º 0.16% 0.32% -
HSV(B) 286.15º 0.28% 0.37% -
XYZ 8.11 7.02 11.52 -
YUV 76.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 88 68 94 0.06 0.28 0 0.63 286.15 0.16 0.32
Hex 58 44 5E 6 1C 0 3F 11E 10 20
Octal 130 104 136 6 34 0 77 436 20 40
Binary 1011000 1000100 1011110 110 11100 0 111111 100011110 10000 100000

Color Harmonies of #58445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58445E

Black with #58445E

Text Example


Text Example

White with #58445E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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