#5D426E

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

Shades of Honey Flower #5D426E

Tints of Honey Flower #5D426E

Color information

#5D426E (or 0x5D426E) is unknown color: approx Honey Flower. HEX triplet: 5D, 42 and 6E. RGB value is (93,66,110). Sum of RGB (Red+Green+Blue) = 93+66+110=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D426E is #A2BD91. Grayscale: #4E4E4E. Windows color (decimal): -10665362 or 7225949. OLE color: 7225949.

HSL color Cylindrical-coordinate representation of color #5D426E: hue angle of 276.82º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D426E is Cyan = 0.15, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9366110-
CMYK0.150.400.57
HSL276.82º25%34.51%-
HSV(B)276.82º40%43.14%-
XYZ9.287.3515.68-
YUV79.09145.45137.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.57%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 110 (43.36% from 255) = 40.89%
R=34.57%
G=24.54%
B=40.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal93661100.150.400.57276.822534.51
Hex5D426EF280391151923
Octal13510215617500714253143
Binary1011101100001011011101111101000011100110001010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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