Html Css Color HEX #5A376A Honey Flower

📋 copy color: '#5A376A'

red 90 ◦ green 55 ◦ blue 106

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

Shades of Honey Flower #5A376A

Tints of Honey Flower #5A376A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.91%

 BLUE value IS 106 (41.8% from 255) = 42.23%

R = 35.86%
G = 21.91%
B = 42.23%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5A376A (or 0x5A376A) is known color: Honey Flower. HEX triplet: 5A, 37 and 6A. RGB value is (90,55,106). Sum of RGB (Red+Green+Blue) = 90+55+106=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #5A376A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A376A is #A5C895. Grayscale: #474747. Windows color (decimal): -10864790 or 6960986. OLE color: 6960986.

HSL color Cylindrical-coordinate representation of color #5A376A: hue angle of 281.18º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A376A is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 55 106 -
CMYK 0.15 0.48 0 0.58
HSL 281.18º 0.32% 0.32% -
HSV(B) 281.18º 0.48% 0.42% -
XYZ 8.18 5.95 14.35 -
YUV 71.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 90 55 106 0.15 0.48 0 0.58 281.18 0.32 0.32
Hex 5A 37 6A F 30 0 3A 119 20 20
Octal 132 67 152 17 60 0 72 431 40 40
Binary 1011010 110111 1101010 1111 110000 0 111010 100011001 100000 100000

Color Harmonies of #5A376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A376A

Black with #5A376A

Text Example


Text Example

White with #5A376A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,55,106); }

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

background-color css

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

 a { background-color: rgb(90,55,106); }

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

border-color css

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

 span { border-color: rgb(90,55,106); }

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