Html Css Color HEX #5A4062 Honey Flower

📋 copy color: '#5A4062'

red 90 ◦ green 64 ◦ blue 98

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

Shades of Honey Flower #5A4062

Tints of Honey Flower #5A4062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.4%

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

R = 35.71%
G = 25.4%
B = 38.89%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5A4062 (or 0x5A4062) is known color: Honey Flower. HEX triplet: 5A, 40 and 62. RGB value is (90,64,98). Sum of RGB (Red+Green+Blue) = 90+64+98=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 98 - color contains mainly: blue. Hex color #5A4062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4062 is #A5BF9D. Grayscale: #4B4B4B. Windows color (decimal): -10862494 or 6439002. OLE color: 6439002.

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

Color convert

RGB 90 64 98 -
CMYK 0.08 0.35 0 0.62
HSL 285.88º 0.21% 0.32% -
HSV(B) 285.88º 0.35% 0.38% -
XYZ 8.25 6.72 12.42 -
YUV 75.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 90 64 98 0.08 0.35 0 0.62 285.88 0.21 0.32
Hex 5A 40 62 8 23 0 3E 11E 15 20
Octal 132 100 142 10 43 0 76 436 25 40
Binary 1011010 1000000 1100010 1000 100011 0 111110 100011110 10101 100000

Color Harmonies of #5A4062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4062

Black with #5A4062

Text Example


Text Example

White with #5A4062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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