Html Css Color HEX #58416C Honey Flower

📋 copy color: '#58416C'

red 88 ◦ green 65 ◦ blue 108

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

Shades of Honey Flower #58416C

Tints of Honey Flower #58416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

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

R = 33.72%
G = 24.9%
B = 41.38%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58416C (or 0x58416C) is known color: Honey Flower. HEX triplet: 58, 41 and 6C. RGB value is (88,65,108). Sum of RGB (Red+Green+Blue) = 88+65+108=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 108 - color contains mainly: blue. Hex color #58416C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58416C is #A7BE93. Grayscale: #4C4C4C. Windows color (decimal): -10993300 or 7094616. OLE color: 7094616.

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

Color convert

RGB 88 65 108 -
CMYK 0.19 0.40 0 0.58
HSL 272.09º 0.25% 0.34% -
HSV(B) 272.09º 0.4% 0.42% -
XYZ 8.62 6.94 15.07 -
YUV 76.78 145.62 136 -
System Red Green Blue C M Y K H S L
Decimal 88 65 108 0.19 0.40 0 0.58 272.09 0.25 0.34
Hex 58 41 6C 13 28 0 3A 110 19 22
Octal 130 101 154 23 50 0 72 420 31 42
Binary 1011000 1000001 1101100 10011 101000 0 111010 100010000 11001 100010

Color Harmonies of #58416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58416C

Black with #58416C

Text Example


Text Example

White with #58416C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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