Html Css Color HEX #5C2476 Honey Flower

📋 copy color: '#5C2476'

red 92 ◦ green 36 ◦ blue 118

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

Shades of Honey Flower #5C2476

Tints of Honey Flower #5C2476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.63%

 BLUE value IS 118 (46.48% from 255) = 47.97%

R = 37.4%
G = 14.63%
B = 47.97%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5C2476 (or 0x5C2476) is known color: Honey Flower. HEX triplet: 5C, 24 and 76. RGB value is (92,36,118). Sum of RGB (Red+Green+Blue) = 92+36+118=246 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.40% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #5C2476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2476 is #A3DB89. Grayscale: #3D3D3D. Windows color (decimal): -10738570 or 7742556. OLE color: 7742556.

HSL color Cylindrical-coordinate representation of color #5C2476: hue angle of 280.98º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C2476 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 36 118 -
CMYK 0.22 0.69 0 0.54
HSL 280.98º 0.53% 0.3% -
HSV(B) 280.98º 0.69% 0.46% -
XYZ 8.31 4.85 17.64 -
YUV 62.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 92 36 118 0.22 0.69 0 0.54 280.98 0.53 0.3
Hex 5C 24 76 16 45 0 36 119 35 1E
Octal 134 44 166 26 105 0 66 431 65 36
Binary 1011100 100100 1110110 10110 1000101 0 110110 100011001 110101 11110

Color Harmonies of #5C2476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2476

Black with #5C2476

Text Example


Text Example

White with #5C2476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,36,118); }

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

background-color css

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

 a { background-color: rgb(92,36,118); }

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

border-color css

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

 span { border-color: rgb(92,36,118); }

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