Html Css Color HEX #5A3F62 Honey Flower

📋 copy color: '#5A3F62'

red 90 ◦ green 63 ◦ blue 98

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

Shades of Honey Flower #5A3F62

Tints of Honey Flower #5A3F62

RGB

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

 GREEN value IS 63 (25% from 255) = 25.1%

 BLUE value IS 98 (38.67% from 255) = 39.04%

R = 35.86%
G = 25.1%
B = 39.04%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5A3F62 (or 0x5A3F62) is known color: Honey Flower. HEX triplet: 5A, 3F and 62. RGB value is (90,63,98). Sum of RGB (Red+Green+Blue) = 90+63+98=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 98 - color contains mainly: blue. Hex color #5A3F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3F62 is #A5C09D. Grayscale: #4A4A4A. Windows color (decimal): -10862750 or 6438746. OLE color: 6438746.

HSL color Cylindrical-coordinate representation of color #5A3F62: hue angle of 286.29º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A3F62 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 63 98 -
CMYK 0.08 0.36 0 0.62
HSL 286.29º 0.22% 0.32% -
HSV(B) 286.29º 0.36% 0.38% -
XYZ 8.2 6.61 12.4 -
YUV 75.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 90 63 98 0.08 0.36 0 0.62 286.29 0.22 0.32
Hex 5A 3F 62 8 24 0 3E 11E 16 20
Octal 132 77 142 10 44 0 76 436 26 40
Binary 1011010 111111 1100010 1000 100100 0 111110 100011110 10110 100000

Color Harmonies of #5A3F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3F62

Black with #5A3F62

Text Example


Text Example

White with #5A3F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,63,98); }

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

background-color css

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

 a { background-color: rgb(90,63,98); }

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

border-color css

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

 span { border-color: rgb(90,63,98); }

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