Html Css Color HEX #58425E Honey Flower

📋 copy color: '#58425E'

red 88 ◦ green 66 ◦ blue 94

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

Shades of Honey Flower #58425E

Tints of Honey Flower #58425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.61%

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

R = 35.48%
G = 26.61%
B = 37.9%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#58425E (or 0x58425E) is known color: Honey Flower. HEX triplet: 58, 42 and 5E. RGB value is (88,66,94). Sum of RGB (Red+Green+Blue) = 88+66+94=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 94 - color contains mainly: blue. Hex color #58425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58425E is #A7BDA1. Grayscale: #4B4B4B. Windows color (decimal): -10993058 or 6177368. OLE color: 6177368.

HSL color Cylindrical-coordinate representation of color #58425E: hue angle of 287.14º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58425E is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 66 94 -
CMYK 0.06 0.30 0 0.63
HSL 287.14º 0.18% 0.31% -
HSV(B) 287.14º 0.3% 0.37% -
XYZ 7.99 6.78 11.48 -
YUV 75.77 138.29 136.72 -
System Red Green Blue C M Y K H S L
Decimal 88 66 94 0.06 0.30 0 0.63 287.14 0.18 0.31
Hex 58 42 5E 6 1E 0 3F 11F 12 1F
Octal 130 102 136 6 36 0 77 437 22 37
Binary 1011000 1000010 1011110 110 11110 0 111111 100011111 10010 11111

Color Harmonies of #58425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58425E

Black with #58425E

Text Example


Text Example

White with #58425E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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