#5C2A6C

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

Shades of Honey Flower #5C2A6C

Tints of Honey Flower #5C2A6C

Color information

#5C2A6C (or 0x5C2A6C) is unknown color: approx Honey Flower. HEX triplet: 5C, 2A and 6C. RGB value is (92,42,108). Sum of RGB (Red+Green+Blue) = 92+42+108=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C2A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2A6C is #A3D593. Grayscale: #404040. Windows color (decimal): -10737044 or 7088732. OLE color: 7088732.

HSL color Cylindrical-coordinate representation of color #5C2A6C: hue angle of 285.45º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C2A6C is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9242108-
CMYK0.150.6100.58
HSL285.45º44%29.41%-
HSV(B)285.45º61.11%42.35%-
XYZ7.955.0114.74-
YUV64.47152.56147.63-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.02%
GREEN value IS 42 (16.80% from 255) = 17.36%
BLUE value IS 108 (42.58% from 255) = 44.63%
R=38.02%
G=17.36%
B=44.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal92421080.150.6100.58285.454429.41
Hex5C2A6CF3D03A11d2c1d
Octal1345215417750724355435
Binary101110010101011011001111111101011101010001110110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,42,108); }

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

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

 a { background-color: rgb(92,42,108); }

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

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

 span { border-color: rgb(92,42,108); }

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