#5C2E6E

Color #5C2E6E Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #5C2E6E

Tints of Honey Flower #5C2E6E

Color information

#5C2E6E (or 0x5C2E6E) is unknown color: approx Honey Flower. HEX triplet: 5C, 2E and 6E. RGB value is (92,46,110). Sum of RGB (Red+Green+Blue) = 92+46+110=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C2E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2E6E is #A3D191. Grayscale: #424242. Windows color (decimal): -10736018 or 7220828. OLE color: 7220828.

HSL color Cylindrical-coordinate representation of color #5C2E6E: hue angle of 283.12º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C2E6E is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9246110-
CMYK0.160.5800.57
HSL283.12º41.03%30.59%-
HSV(B)283.12º58.18%43.14%-
XYZ8.215.3615.35-
YUV67.05152.24145.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.10%
GREEN value IS 46 (18.36% from 255) = 18.55%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=37.10%
G=18.55%
B=44.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal92461100.160.5800.57283.1241.0330.59
Hex5C2E6E103A03911b291f
Octal1345615620720714335137
Binary1011100101110110111010000111010011100110001101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,46,110); }

 H1.HeaderClassName
 {
   color: #5C2E6E;
 }
 .AnyTagClassName
 {
   color: #5C2E6E;
 }
</style>
background-color css

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

 a { background-color: rgb(92,46,110); }

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

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

 span { border-color: rgb(92,46,110); }

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