Html Css Color HEX #5C2676 Honey Flower

📋 copy color: '#5C2676'

red 92 ◦ green 38 ◦ blue 118

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

Shades of Honey Flower #5C2676

Tints of Honey Flower #5C2676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.32%

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

R = 37.1%
G = 15.32%
B = 47.58%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5C2676 (or 0x5C2676) is known color: Honey Flower. HEX triplet: 5C, 26 and 76. RGB value is (92,38,118). Sum of RGB (Red+Green+Blue) = 92+38+118=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #5C2676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2676 is #A3D989. Grayscale: #3F3F3F. Windows color (decimal): -10738058 or 7743068. OLE color: 7743068.

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

Color convert

RGB 92 38 118 -
CMYK 0.22 0.68 0 0.54
HSL 280.5º 0.51% 0.31% -
HSV(B) 280.5º 0.68% 0.46% -
XYZ 8.38 4.97 17.66 -
YUV 63.27 158.89 148.5 -
System Red Green Blue C M Y K H S L
Decimal 92 38 118 0.22 0.68 0 0.54 280.5 0.51 0.31
Hex 5C 26 76 16 44 0 36 118 33 1F
Octal 134 46 166 26 104 0 66 430 63 37
Binary 1011100 100110 1110110 10110 1000100 0 110110 100011000 110011 11111

Color Harmonies of #5C2676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2676

Black with #5C2676

Text Example


Text Example

White with #5C2676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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