Html Css Color HEX #5A386F Honey Flower

📋 copy color: '#5A386F'

red 90 ◦ green 56 ◦ blue 111

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

Shades of Honey Flower #5A386F

Tints of Honey Flower #5A386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.19%

R = 35.02%
G = 21.79%
B = 43.19%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A386F (or 0x5A386F) is known color: Honey Flower. HEX triplet: 5A, 38 and 6F. RGB value is (90,56,111). Sum of RGB (Red+Green+Blue) = 90+56+111=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A386F is #A5C790. Grayscale: #484848. Windows color (decimal): -10864529 or 7288922. OLE color: 7288922.

HSL color Cylindrical-coordinate representation of color #5A386F: hue angle of 277.09º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A386F is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 56 111 -
CMYK 0.19 0.50 0 0.56
HSL 277.09º 0.33% 0.33% -
HSV(B) 277.09º 0.5% 0.44% -
XYZ 8.5 6.15 15.78 -
YUV 72.44 149.76 140.53 -
System Red Green Blue C M Y K H S L
Decimal 90 56 111 0.19 0.50 0 0.56 277.09 0.33 0.33
Hex 5A 38 6F 13 32 0 38 115 21 21
Octal 132 70 157 23 62 0 70 425 41 41
Binary 1011010 111000 1101111 10011 110010 0 111000 100010101 100001 100001

Color Harmonies of #5A386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A386F

Black with #5A386F

Text Example


Text Example

White with #5A386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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