Html Css Color HEX #58466C Honey Flower

📋 copy color: '#58466C'

red 88 ◦ green 70 ◦ blue 108

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

Shades of Honey Flower #58466C

Tints of Honey Flower #58466C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.6%

R = 33.08%
G = 26.32%
B = 40.6%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58466C (or 0x58466C) is known color: Honey Flower. HEX triplet: 58, 46 and 6C. RGB value is (88,70,108). Sum of RGB (Red+Green+Blue) = 88+70+108=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 108 - color contains mainly: blue. Hex color #58466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58466C is #A7B993. Grayscale: #4F4F4F. Windows color (decimal): -10992020 or 7095896. OLE color: 7095896.

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

Color convert

RGB 88 70 108 -
CMYK 0.19 0.35 0 0.58
HSL 268.42º 0.21% 0.35% -
HSV(B) 268.42º 0.35% 0.42% -
XYZ 8.92 7.54 15.17 -
YUV 79.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 88 70 108 0.19 0.35 0 0.58 268.42 0.21 0.35
Hex 58 46 6C 13 23 0 3A 10C 15 23
Octal 130 106 154 23 43 0 72 414 25 43
Binary 1011000 1000110 1101100 10011 100011 0 111010 100001100 10101 100011

Color Harmonies of #58466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58466C

Black with #58466C

Text Example


Text Example

White with #58466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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