Html Css Color HEX #5C4368 Honey Flower

📋 copy color: '#5C4368'

red 92 ◦ green 67 ◦ blue 104

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

Shades of Honey Flower #5C4368

Tints of Honey Flower #5C4368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.48%

 BLUE value IS 104 (41.02% from 255) = 39.54%

R = 34.98%
G = 25.48%
B = 39.54%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5C4368 (or 0x5C4368) is known color: Honey Flower. HEX triplet: 5C, 43 and 68. RGB value is (92,67,104). Sum of RGB (Red+Green+Blue) = 92+67+104=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 104 - color contains mainly: blue. Hex color #5C4368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4368 is #A3BC97. Grayscale: #4E4E4E. Windows color (decimal): -10730648 or 6832988. OLE color: 6832988.

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

Color convert

RGB 92 67 104 -
CMYK 0.12 0.36 0 0.59
HSL 280.54º 0.22% 0.34% -
HSV(B) 280.54º 0.36% 0.41% -
XYZ 8.92 7.29 14.03 -
YUV 78.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 92 67 104 0.12 0.36 0 0.59 280.54 0.22 0.34
Hex 5C 43 68 C 24 0 3B 119 16 22
Octal 134 103 150 14 44 0 73 431 26 42
Binary 1011100 1000011 1101000 1100 100100 0 111011 100011001 10110 100010

Color Harmonies of #5C4368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4368

Black with #5C4368

Text Example


Text Example

White with #5C4368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,67,104); }

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

background-color css

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

 a { background-color: rgb(92,67,104); }

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

border-color css

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

 span { border-color: rgb(92,67,104); }

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