Html Css Color HEX #5C4769 Honey Flower

📋 copy color: '#5C4769'

red 92 ◦ green 71 ◦ blue 105

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

Shades of Honey Flower #5C4769

Tints of Honey Flower #5C4769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.49%

 BLUE value IS 105 (41.41% from 255) = 39.18%

R = 34.33%
G = 26.49%
B = 39.18%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5C4769 (or 0x5C4769) is known color: Honey Flower. HEX triplet: 5C, 47 and 69. RGB value is (92,71,105). Sum of RGB (Red+Green+Blue) = 92+71+105=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 105 - color contains mainly: blue. Hex color #5C4769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4769 is #A3B896. Grayscale: #515151. Windows color (decimal): -10729623 or 6899548. OLE color: 6899548.

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

Color convert

RGB 92 71 105 -
CMYK 0.12 0.32 0 0.59
HSL 277.06º 0.19% 0.35% -
HSV(B) 277.06º 0.32% 0.41% -
XYZ 9.22 7.8 14.38 -
YUV 81.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 92 71 105 0.12 0.32 0 0.59 277.06 0.19 0.35
Hex 5C 47 69 C 20 0 3B 115 13 23
Octal 134 107 151 14 40 0 73 425 23 43
Binary 1011100 1000111 1101001 1100 100000 0 111011 100010101 10011 100011

Color Harmonies of #5C4769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4769

Black with #5C4769

Text Example


Text Example

White with #5C4769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,71,105); }

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

background-color css

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

 a { background-color: rgb(92,71,105); }

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

border-color css

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

 span { border-color: rgb(92,71,105); }

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