Html Css Color HEX #58466A Honey Flower

📋 copy color: '#58466A'

red 88 ◦ green 70 ◦ blue 106

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

Shades of Honey Flower #58466A

Tints of Honey Flower #58466A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40.15%

R = 33.33%
G = 26.52%
B = 40.15%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58466A (or 0x58466A) is known color: Honey Flower. HEX triplet: 58, 46 and 6A. RGB value is (88,70,106). Sum of RGB (Red+Green+Blue) = 88+70+106=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 106 - color contains mainly: blue. Hex color #58466A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58466A is #A7B995. Grayscale: #4F4F4F. Windows color (decimal): -10992022 or 6964824. OLE color: 6964824.

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

Color convert

RGB 88 70 106 -
CMYK 0.17 0.34 0 0.58
HSL 270º 0.2% 0.35% -
HSV(B) 270º 0.34% 0.42% -
XYZ 8.82 7.5 14.62 -
YUV 79.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 88 70 106 0.17 0.34 0 0.58 270 0.2 0.35
Hex 58 46 6A 11 22 0 3A 10E 14 23
Octal 130 106 152 21 42 0 72 416 24 43
Binary 1011000 1000110 1101010 10001 100010 0 111010 100001110 10100 100011

Color Harmonies of #58466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58466A

Black with #58466A

Text Example


Text Example

White with #58466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58466A; }

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

 H1.HeaderClassName
 {
   color: #58466A;
 }
 .AnyTagClassName
 {
   color: #58466A;
 }
</style>

background-color css

<style>
 a { background-color: #58466A; }

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

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

border-color css

<style>
 span { border-color: #58466A; }

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

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