Html Css Color HEX #5C3C6F Honey Flower

📋 copy color: '#5C3C6F'

red 92 ◦ green 60 ◦ blue 111

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

Shades of Honey Flower #5C3C6F

Tints of Honey Flower #5C3C6F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.81%

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

R = 34.98%
G = 22.81%
B = 42.21%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5C3C6F (or 0x5C3C6F) is known color: Honey Flower. HEX triplet: 5C, 3C and 6F. RGB value is (92,60,111). Sum of RGB (Red+Green+Blue) = 92+60+111=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 111 - color contains mainly: blue. Hex color #5C3C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3C6F is #A3C390. Grayscale: #4B4B4B. Windows color (decimal): -10732433 or 7289948. OLE color: 7289948.

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

Color convert

RGB 92 60 111 -
CMYK 0.17 0.46 0 0.56
HSL 277.65º 0.3% 0.34% -
HSV(B) 277.65º 0.46% 0.44% -
XYZ 8.9 6.65 15.85 -
YUV 75.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 92 60 111 0.17 0.46 0 0.56 277.65 0.3 0.34
Hex 5C 3C 6F 11 2E 0 38 116 1E 22
Octal 134 74 157 21 56 0 70 426 36 42
Binary 1011100 111100 1101111 10001 101110 0 111000 100010110 11110 100010

Color Harmonies of #5C3C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3C6F

Black with #5C3C6F

Text Example


Text Example

White with #5C3C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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