Html Css Color HEX #5C2571 Honey Flower

📋 copy color: '#5C2571'

red 92 ◦ green 37 ◦ blue 113

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

Shades of Honey Flower #5C2571

Tints of Honey Flower #5C2571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.29%

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

R = 38.02%
G = 15.29%
B = 46.69%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5C2571 (or 0x5C2571) is known color: Honey Flower. HEX triplet: 5C, 25 and 71. RGB value is (92,37,113). Sum of RGB (Red+Green+Blue) = 92+37+113=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C2571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2571 is #A3DA8E. Grayscale: #3D3D3D. Windows color (decimal): -10738319 or 7415132. OLE color: 7415132.

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

Color convert

RGB 92 37 113 -
CMYK 0.19 0.67 0 0.56
HSL 283.42º 0.51% 0.29% -
HSV(B) 283.42º 0.67% 0.44% -
XYZ 8.06 4.79 16.12 -
YUV 62.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 92 37 113 0.19 0.67 0 0.56 283.42 0.51 0.29
Hex 5C 25 71 13 43 0 38 11B 33 1D
Octal 134 45 161 23 103 0 70 433 63 35
Binary 1011100 100101 1110001 10011 1000011 0 111000 100011011 110011 11101

Color Harmonies of #5C2571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2571

Black with #5C2571

Text Example


Text Example

White with #5C2571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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