Html Css Color HEX #5C496C Honey Flower

📋 copy color: '#5C496C'

red 92 ◦ green 73 ◦ blue 108

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

Shades of Honey Flower #5C496C

Tints of Honey Flower #5C496C

RGB

 RED value IS 92 (36.33% from 255) = 33.7%

 GREEN value IS 73 (28.91% from 255) = 26.74%

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

R = 33.7%
G = 26.74%
B = 39.56%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5C496C (or 0x5C496C) is known color: Honey Flower. HEX triplet: 5C, 49 and 6C. RGB value is (92,73,108). Sum of RGB (Red+Green+Blue) = 92+73+108=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C496C is #A3B693. Grayscale: #525252. Windows color (decimal): -10729108 or 7096668. OLE color: 7096668.

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

Color convert

RGB 92 73 108 -
CMYK 0.15 0.32 0 0.58
HSL 272.57º 0.19% 0.35% -
HSV(B) 272.57º 0.32% 0.42% -
XYZ 9.5 8.12 15.25 -
YUV 82.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 92 73 108 0.15 0.32 0 0.58 272.57 0.19 0.35
Hex 5C 49 6C F 20 0 3A 111 13 23
Octal 134 111 154 17 40 0 72 421 23 43
Binary 1011100 1001001 1101100 1111 100000 0 111010 100010001 10011 100011

Color Harmonies of #5C496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C496C

Black with #5C496C

Text Example


Text Example

White with #5C496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C496C; }

 p { color: rgb(92,73,108); }

 H1.HeaderClassName
 {
   color: #5C496C;
 }
 .AnyTagClassName
 {
   color: #5C496C;
 }
</style>

background-color css

<style>
 a { background-color: #5C496C; }

 a { background-color: rgb(92,73,108); }

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

border-color css

<style>
 span { border-color: #5C496C; }

 span { border-color: rgb(92,73,108); }

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