#5A435F

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

Shades of Honey Flower #5A435F

Tints of Honey Flower #5A435F

Color information

#5A435F (or 0x5A435F) is unknown color: approx Honey Flower. HEX triplet: 5A, 43 and 5F. RGB value is (90,67,95). Sum of RGB (Red+Green+Blue) = 90+67+95=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 95 - color contains mainly: blue. Hex color #5A435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A435F is #A5BCA0. Grayscale: #4C4C4C. Windows color (decimal): -10861729 or 6243162. OLE color: 6243162.

HSL color Cylindrical-coordinate representation of color #5A435F: hue angle of 289.29º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A435F is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB906795-
CMYK0.050.2900.63
HSL289.29º17.28%31.76%-
HSV(B)289.29º29.47%37.25%-
XYZ8.297.0111.74-
YUV77.07138.12137.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.71%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 95 (37.5% from 255) = 37.70%
R=35.71%
G=26.59%
B=37.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9067950.050.2900.63289.2917.2831.76
Hex5A435F51D03F1211120
Octal1321031375350774412140
Binary10110101000011101111110111101011111110010000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,67,95); }

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

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

 a { background-color: rgb(90,67,95); }

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

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

 span { border-color: rgb(90,67,95); }

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