Html Css Color HEX #58456E Honey Flower

📋 copy color: '#58456E'

red 88 ◦ green 69 ◦ blue 110

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

Shades of Honey Flower #58456E

Tints of Honey Flower #58456E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

 BLUE value IS 110 (43.36% from 255) = 41.2%

R = 32.96%
G = 25.84%
B = 41.2%

CMYK

 C value IS 0.2

 M value IS 0.37

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58456E (or 0x58456E) is known color: Honey Flower. HEX triplet: 58, 45 and 6E. RGB value is (88,69,110). Sum of RGB (Red+Green+Blue) = 88+69+110=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #58456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58456E is #A7BA91. Grayscale: #4F4F4F. Windows color (decimal): -10992274 or 7226712. OLE color: 7226712.

HSL color Cylindrical-coordinate representation of color #58456E: hue angle of 267.8º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #58456E is Cyan = 0.2, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 69 110 -
CMYK 0.2 0.37 0 0.57
HSL 267.8º 0.23% 0.35% -
HSV(B) 267.8º 0.37% 0.43% -
XYZ 8.97 7.46 15.72 -
YUV 79.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 88 69 110 0.2 0.37 0 0.57 267.8 0.23 0.35
Hex 58 45 6E 14 25 0 39 10C 17 23
Octal 130 105 156 24 45 0 71 414 27 43
Binary 1011000 1000101 1101110 10100 100101 0 111001 100001100 10111 100011

Color Harmonies of #58456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58456E

Black with #58456E

Text Example


Text Example

White with #58456E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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