Html Css Color HEX #5A3766 Honey Flower

📋 copy color: '#5A3766'

red 90 ◦ green 55 ◦ blue 102

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

Shades of Honey Flower #5A3766

Tints of Honey Flower #5A3766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 41.3%

R = 36.44%
G = 22.27%
B = 41.3%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#5A3766 (or 0x5A3766) is known color: Honey Flower. HEX triplet: 5A, 37 and 66. RGB value is (90,55,102). Sum of RGB (Red+Green+Blue) = 90+55+102=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #5A3766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3766 is #A5C899. Grayscale: #464646. Windows color (decimal): -10864794 or 6698842. OLE color: 6698842.

HSL color Cylindrical-coordinate representation of color #5A3766: hue angle of 284.68º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A3766 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 90 55 102 -
CMYK 0.12 0.46 0 0.6
HSL 284.68º 0.3% 0.31% -
HSV(B) 284.68º 0.46% 0.4% -
XYZ 7.98 5.87 13.28 -
YUV 70.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 90 55 102 0.12 0.46 0 0.6 284.68 0.3 0.31
Hex 5A 37 66 C 2E 0 3C 11D 1E 1F
Octal 132 67 146 14 56 0 74 435 36 37
Binary 1011010 110111 1100110 1100 101110 0 111100 100011101 11110 11111

Color Harmonies of #5A3766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3766

Black with #5A3766

Text Example


Text Example

White with #5A3766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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