Html Css Color HEX #5A4962 Honey Flower

📋 copy color: '#5A4962'

red 90 ◦ green 73 ◦ blue 98

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

Shades of Honey Flower #5A4962

Tints of Honey Flower #5A4962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.97%

 BLUE value IS 98 (38.67% from 255) = 37.55%

R = 34.48%
G = 27.97%
B = 37.55%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5A4962 (or 0x5A4962) is known color: Honey Flower. HEX triplet: 5A, 49 and 62. RGB value is (90,73,98). Sum of RGB (Red+Green+Blue) = 90+73+98=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 98 - color contains mainly: blue. Hex color #5A4962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4962 is #A5B69D. Grayscale: #505050. Windows color (decimal): -10860190 or 6441306. OLE color: 6441306.

HSL color Cylindrical-coordinate representation of color #5A4962: hue angle of 280.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A4962 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 73 98 -
CMYK 0.08 0.26 0 0.62
HSL 280.8º 0.15% 0.34% -
HSV(B) 280.8º 0.26% 0.38% -
XYZ 8.8 7.82 12.6 -
YUV 80.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 90 73 98 0.08 0.26 0 0.62 280.8 0.15 0.34
Hex 5A 49 62 8 1A 0 3E 119 F 22
Octal 132 111 142 10 32 0 76 431 17 42
Binary 1011010 1001001 1100010 1000 11010 0 111110 100011001 1111 100010

Color Harmonies of #5A4962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4962

Black with #5A4962

Text Example


Text Example

White with #5A4962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,73,98); }

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

background-color css

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

 a { background-color: rgb(90,73,98); }

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

border-color css

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

 span { border-color: rgb(90,73,98); }

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