Html Css Color HEX #58406C Honey Flower

📋 copy color: '#58406C'

red 88 ◦ green 64 ◦ blue 108

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

Shades of Honey Flower #58406C

Tints of Honey Flower #58406C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.62%

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

R = 33.85%
G = 24.62%
B = 41.54%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58406C (or 0x58406C) is known color: Honey Flower. HEX triplet: 58, 40 and 6C. RGB value is (88,64,108). Sum of RGB (Red+Green+Blue) = 88+64+108=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 108 - color contains mainly: blue. Hex color #58406C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58406C is #A7BF93. Grayscale: #4C4C4C. Windows color (decimal): -10993556 or 7094360. OLE color: 7094360.

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

Color convert

RGB 88 64 108 -
CMYK 0.19 0.41 0 0.58
HSL 272.73º 0.26% 0.34% -
HSV(B) 272.73º 0.41% 0.42% -
XYZ 8.56 6.82 15.05 -
YUV 76.19 145.95 136.42 -
System Red Green Blue C M Y K H S L
Decimal 88 64 108 0.19 0.41 0 0.58 272.73 0.26 0.34
Hex 58 40 6C 13 29 0 3A 111 1A 22
Octal 130 100 154 23 51 0 72 421 32 42
Binary 1011000 1000000 1101100 10011 101001 0 111010 100010001 11010 100010

Color Harmonies of #58406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58406C

Black with #58406C

Text Example


Text Example

White with #58406C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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