#5D426C

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

Shades of Honey Flower #5D426C

Tints of Honey Flower #5D426C

Color information

#5D426C (or 0x5D426C) is unknown color: approx Honey Flower. HEX triplet: 5D, 42 and 6C. RGB value is (93,66,108). Sum of RGB (Red+Green+Blue) = 93+66+108=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #5D426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D426C is #A2BD93. Grayscale: #4E4E4E. Windows color (decimal): -10665364 or 7094877. OLE color: 7094877.

HSL color Cylindrical-coordinate representation of color #5D426C: hue angle of 278.57º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D426C is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9366108-
CMYK0.140.3900.58
HSL278.57º24.14%34.12%-
HSV(B)278.57º38.89%42.35%-
XYZ9.177.3115.11-
YUV78.86144.45138.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.83%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=34.83%
G=24.72%
B=40.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal93661080.140.3900.58278.5724.1434.12
Hex5D426CE2703A1171822
Octal13510215416470724273042
Binary1011101100001011011001110100111011101010001011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,66,108); }

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

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

 a { background-color: rgb(93,66,108); }

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

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

 span { border-color: rgb(93,66,108); }

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