#5A486C

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

Shades of Honey Flower #5A486C

Tints of Honey Flower #5A486C

Color information

#5A486C (or 0x5A486C) is unknown color: approx Honey Flower. HEX triplet: 5A, 48 and 6C. RGB value is (90,72,108). Sum of RGB (Red+Green+Blue) = 90+72+108=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A486C is #A5B793. Grayscale: #515151. Windows color (decimal): -10860436 or 7096410. OLE color: 7096410.

HSL color Cylindrical-coordinate representation of color #5A486C: hue angle of 270º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A486C is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9072108-
CMYK0.170.3300.58
HSL270º20%35.29%-
HSV(B)270º33.33%42.35%-
XYZ9.247.8915.22-
YUV81.49142.96134.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 108 (42.58% from 255) = 40%
R=33.33%
G=26.67%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90721080.170.3300.582702035.29
Hex5A486C112103A10e1423
Octal13211015421410724162443
Binary10110101001000110110010001100001011101010000111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,72,108); }

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

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

 a { background-color: rgb(90,72,108); }

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

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

 span { border-color: rgb(90,72,108); }

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