Html Css Color HEX #5A3865 Honey Flower

📋 copy color: '#5A3865'

red 90 ◦ green 56 ◦ blue 101

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

Shades of Honey Flower #5A3865

Tints of Honey Flower #5A3865

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.67%

 BLUE value IS 101 (39.84% from 255) = 40.89%

R = 36.44%
G = 22.67%
B = 40.89%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5A3865 (or 0x5A3865) is known color: Honey Flower. HEX triplet: 5A, 38 and 65. RGB value is (90,56,101). Sum of RGB (Red+Green+Blue) = 90+56+101=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #5A3865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3865 is #A5C79A. Grayscale: #474747. Windows color (decimal): -10864539 or 6633562. OLE color: 6633562.

HSL color Cylindrical-coordinate representation of color #5A3865: hue angle of 285.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A3865 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 90 56 101 -
CMYK 0.11 0.45 0 0.60
HSL 285.33º 0.29% 0.31% -
HSV(B) 285.33º 0.45% 0.4% -
XYZ 7.98 5.94 13.04 -
YUV 71.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 90 56 101 0.11 0.45 0 0.60 285.33 0.29 0.31
Hex 5A 38 65 B 2D 0 3C 11D 1D 1F
Octal 132 70 145 13 55 0 74 435 35 37
Binary 1011010 111000 1100101 1011 101101 0 111100 100011101 11101 11111

Color Harmonies of #5A3865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3865

Black with #5A3865

Text Example


Text Example

White with #5A3865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,56,101); }

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

background-color css

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

 a { background-color: rgb(90,56,101); }

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

border-color css

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

 span { border-color: rgb(90,56,101); }

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