Html Css Color HEX #5A466D Honey Flower

📋 copy color: '#5A466D'

red 90 ◦ green 70 ◦ blue 109

#5A466D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #5A466D

Tints of Honey Flower #5A466D

RGB

 RED value IS 90 (35.55% from 255) = 33.46%

 GREEN value IS 70 (27.73% from 255) = 26.02%

 BLUE value IS 109 (42.97% from 255) = 40.52%

R = 33.46%
G = 26.02%
B = 40.52%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A466D (or 0x5A466D) is known color: Honey Flower. HEX triplet: 5A, 46 and 6D. RGB value is (90,70,109). Sum of RGB (Red+Green+Blue) = 90+70+109=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A466D is #A5B992. Grayscale: #505050. Windows color (decimal): -10860947 or 7161434. OLE color: 7161434.

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

Color convert

RGB 90 70 109 -
CMYK 0.17 0.36 0 0.57
HSL 270.77º 0.22% 0.35% -
HSV(B) 270.77º 0.36% 0.43% -
XYZ 9.17 7.66 15.46 -
YUV 80.43 144.13 134.83 -
System Red Green Blue C M Y K H S L
Decimal 90 70 109 0.17 0.36 0 0.57 270.77 0.22 0.35
Hex 5A 46 6D 11 24 0 39 10F 16 23
Octal 132 106 155 21 44 0 71 417 26 43
Binary 1011010 1000110 1101101 10001 100100 0 111001 100001111 10110 100011

Color Harmonies of #5A466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A466D

Black with #5A466D

Text Example


Text Example

White with #5A466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,70,109); }

 H1.HeaderClassName
 {
   color: #5A466D;
 }
 .AnyTagClassName
 {
   color: #5A466D;
 }
</style>

background-color css

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

 a { background-color: rgb(90,70,109); }

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

border-color css

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

 span { border-color: rgb(90,70,109); }

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