Html Css Color HEX #5C496E Honey Flower

📋 copy color: '#5C496E'

red 92 ◦ green 73 ◦ blue 110

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

Shades of Honey Flower #5C496E

Tints of Honey Flower #5C496E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40%

R = 33.45%
G = 26.55%
B = 40%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5C496E (or 0x5C496E) is known color: Honey Flower. HEX triplet: 5C, 49 and 6E. RGB value is (92,73,110). Sum of RGB (Red+Green+Blue) = 92+73+110=275 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.45% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C496E is #A3B691. Grayscale: #525252. Windows color (decimal): -10729106 or 7227740. OLE color: 7227740.

HSL color Cylindrical-coordinate representation of color #5C496E: hue angle of 270.81º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C496E is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 92 73 110 -
CMYK 0.16 0.34 0 0.57
HSL 270.81º 0.2% 0.36% -
HSV(B) 270.81º 0.34% 0.43% -
XYZ 9.61 8.17 15.82 -
YUV 82.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 92 73 110 0.16 0.34 0 0.57 270.81 0.2 0.36
Hex 5C 49 6E 10 22 0 39 10F 14 24
Octal 134 111 156 20 42 0 71 417 24 44
Binary 1011100 1001001 1101110 10000 100010 0 111001 100001111 10100 100100

Color Harmonies of #5C496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C496E

Black with #5C496E

Text Example


Text Example

White with #5C496E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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