Html Css Color HEX #5C496F Honey Flower

📋 copy color: '#5C496F'

red 92 ◦ green 73 ◦ blue 111

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

Shades of Honey Flower #5C496F

Tints of Honey Flower #5C496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.22%

R = 33.33%
G = 26.45%
B = 40.22%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5C496F (or 0x5C496F) is known color: Honey Flower. HEX triplet: 5C, 49 and 6F. RGB value is (92,73,111). Sum of RGB (Red+Green+Blue) = 92+73+111=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 111 - color contains mainly: blue. Hex color #5C496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C496F is #A3B690. Grayscale: #525252. Windows color (decimal): -10729105 or 7293276. OLE color: 7293276.

HSL color Cylindrical-coordinate representation of color #5C496F: hue angle of 270º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C496F is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 73 111 -
CMYK 0.17 0.34 0 0.56
HSL 270º 0.21% 0.36% -
HSV(B) 270º 0.34% 0.44% -
XYZ 9.67 8.19 16.11 -
YUV 83.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 92 73 111 0.17 0.34 0 0.56 270 0.21 0.36
Hex 5C 49 6F 11 22 0 38 10E 15 24
Octal 134 111 157 21 42 0 70 416 25 44
Binary 1011100 1001001 1101111 10001 100010 0 111000 100001110 10101 100100

Color Harmonies of #5C496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C496F

Black with #5C496F

Text Example


Text Example

White with #5C496F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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