Html Css Color HEX #5C356C Honey Flower

📋 copy color: '#5C356C'

red 92 ◦ green 53 ◦ blue 108

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

Shades of Honey Flower #5C356C

Tints of Honey Flower #5C356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.95%

 BLUE value IS 108 (42.58% from 255) = 42.69%

R = 36.36%
G = 20.95%
B = 42.69%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5C356C (or 0x5C356C) is known color: Honey Flower. HEX triplet: 5C, 35 and 6C. RGB value is (92,53,108). Sum of RGB (Red+Green+Blue) = 92+53+108=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C356C is #A3CA93. Grayscale: #464646. Windows color (decimal): -10734228 or 7091548. OLE color: 7091548.

HSL color Cylindrical-coordinate representation of color #5C356C: hue angle of 282.55º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C356C is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 92 53 108 -
CMYK 0.15 0.51 0 0.58
HSL 282.55º 0.34% 0.32% -
HSV(B) 282.55º 0.51% 0.42% -
XYZ 8.39 5.9 14.88 -
YUV 70.93 148.92 143.03 -
System Red Green Blue C M Y K H S L
Decimal 92 53 108 0.15 0.51 0 0.58 282.55 0.34 0.32
Hex 5C 35 6C F 33 0 3A 11B 22 20
Octal 134 65 154 17 63 0 72 433 42 40
Binary 1011100 110101 1101100 1111 110011 0 111010 100011011 100010 100000

Color Harmonies of #5C356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C356C

Black with #5C356C

Text Example


Text Example

White with #5C356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,53,108); }

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

background-color css

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

 a { background-color: rgb(92,53,108); }

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

border-color css

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

 span { border-color: rgb(92,53,108); }

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