Html Css Color HEX #5C3075 Honey Flower

📋 copy color: '#5C3075'

red 92 ◦ green 48 ◦ blue 117

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

Shades of Honey Flower #5C3075

Tints of Honey Flower #5C3075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.68%

 BLUE value IS 117 (46.09% from 255) = 45.53%

R = 35.8%
G = 18.68%
B = 45.53%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5C3075 (or 0x5C3075) is known color: Honey Flower. HEX triplet: 5C, 30 and 75. RGB value is (92,48,117). Sum of RGB (Red+Green+Blue) = 92+48+117=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C3075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3075 is #A3CF8A. Grayscale: #444444. Windows color (decimal): -10735499 or 7680092. OLE color: 7680092.

HSL color Cylindrical-coordinate representation of color #5C3075: hue angle of 278.26º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C3075 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 48 117 -
CMYK 0.21 0.59 0 0.54
HSL 278.26º 0.42% 0.32% -
HSV(B) 278.26º 0.59% 0.46% -
XYZ 8.68 5.67 17.47 -
YUV 69.02 155.08 144.39 -
System Red Green Blue C M Y K H S L
Decimal 92 48 117 0.21 0.59 0 0.54 278.26 0.42 0.32
Hex 5C 30 75 15 3B 0 36 116 2A 20
Octal 134 60 165 25 73 0 66 426 52 40
Binary 1011100 110000 1110101 10101 111011 0 110110 100010110 101010 100000

Color Harmonies of #5C3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3075

Black with #5C3075

Text Example


Text Example

White with #5C3075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,48,117); }

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

background-color css

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

 a { background-color: rgb(92,48,117); }

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

border-color css

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

 span { border-color: rgb(92,48,117); }

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