Html Css Color HEX #5A4363 Honey Flower

📋 copy color: '#5A4363'

red 90 ◦ green 67 ◦ blue 99

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

Shades of Honey Flower #5A4363

Tints of Honey Flower #5A4363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.17%

 BLUE value IS 99 (39.06% from 255) = 38.67%

R = 35.16%
G = 26.17%
B = 38.67%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5A4363 (or 0x5A4363) is known color: Honey Flower. HEX triplet: 5A, 43 and 63. RGB value is (90,67,99). Sum of RGB (Red+Green+Blue) = 90+67+99=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A4363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4363 is #A5BC9C. Grayscale: #4D4D4D. Windows color (decimal): -10861725 or 6505306. OLE color: 6505306.

HSL color Cylindrical-coordinate representation of color #5A4363: hue angle of 283.12º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A4363 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 90 67 99 -
CMYK 0.09 0.32 0 0.61
HSL 283.13º 0.19% 0.33% -
HSV(B) 283.13º 0.32% 0.39% -
XYZ 8.48 7.09 12.73 -
YUV 77.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 90 67 99 0.09 0.32 0 0.61 283.13 0.19 0.33
Hex 5A 43 63 9 20 0 3D 11B 13 21
Octal 132 103 143 11 40 0 75 433 23 41
Binary 1011010 1000011 1100011 1001 100000 0 111101 100011011 10011 100001

Color Harmonies of #5A4363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4363

Black with #5A4363

Text Example


Text Example

White with #5A4363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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