Html Css Color HEX #5C2471 Honey Flower

📋 copy color: '#5C2471'

red 92 ◦ green 36 ◦ blue 113

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

Shades of Honey Flower #5C2471

Tints of Honey Flower #5C2471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.89%

R = 38.17%
G = 14.94%
B = 46.89%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5C2471 (or 0x5C2471) is known color: Honey Flower. HEX triplet: 5C, 24 and 71. RGB value is (92,36,113). Sum of RGB (Red+Green+Blue) = 92+36+113=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C2471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2471 is #A3DB8E. Grayscale: #3D3D3D. Windows color (decimal): -10738575 or 7414876. OLE color: 7414876.

HSL color Cylindrical-coordinate representation of color #5C2471: hue angle of 283.64º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C2471 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 36 113 -
CMYK 0.19 0.68 0 0.56
HSL 283.64º 0.52% 0.29% -
HSV(B) 283.64º 0.68% 0.44% -
XYZ 8.03 4.73 16.11 -
YUV 61.52 157.05 149.74 -
System Red Green Blue C M Y K H S L
Decimal 92 36 113 0.19 0.68 0 0.56 283.64 0.52 0.29
Hex 5C 24 71 13 44 0 38 11C 34 1D
Octal 134 44 161 23 104 0 70 434 64 35
Binary 1011100 100100 1110001 10011 1000100 0 111000 100011100 110100 11101

Color Harmonies of #5C2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2471

Black with #5C2471

Text Example


Text Example

White with #5C2471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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