Html Css Color HEX #5C2972 Honey Flower

📋 copy color: '#5C2972'

red 92 ◦ green 41 ◦ blue 114

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

Shades of Honey Flower #5C2972

Tints of Honey Flower #5C2972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.6%

 BLUE value IS 114 (44.92% from 255) = 46.15%

R = 37.25%
G = 16.6%
B = 46.15%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5C2972 (or 0x5C2972) is known color: Honey Flower. HEX triplet: 5C, 29 and 72. RGB value is (92,41,114). Sum of RGB (Red+Green+Blue) = 92+41+114=247 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.25% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #5C2972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2972 is #A3D68D. Grayscale: #404040. Windows color (decimal): -10737294 or 7481692. OLE color: 7481692.

HSL color Cylindrical-coordinate representation of color #5C2972: hue angle of 281.92º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C2972 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 41 114 -
CMYK 0.19 0.64 0 0.55
HSL 281.92º 0.47% 0.3% -
HSV(B) 281.92º 0.64% 0.45% -
XYZ 8.24 5.08 16.46 -
YUV 64.57 155.9 147.56 -
System Red Green Blue C M Y K H S L
Decimal 92 41 114 0.19 0.64 0 0.55 281.92 0.47 0.3
Hex 5C 29 72 13 40 0 37 11A 2F 1E
Octal 134 51 162 23 100 0 67 432 57 36
Binary 1011100 101001 1110010 10011 1000000 0 110111 100011010 101111 11110

Color Harmonies of #5C2972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2972

Black with #5C2972

Text Example


Text Example

White with #5C2972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,41,114); }

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

background-color css

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

 a { background-color: rgb(92,41,114); }

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

border-color css

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

 span { border-color: rgb(92,41,114); }

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