Html Css Color HEX #5A3463 Honey Flower

📋 copy color: '#5A3463'

red 90 ◦ green 52 ◦ blue 99

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

Shades of Honey Flower #5A3463

Tints of Honey Flower #5A3463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

 BLUE value IS 99 (39.06% from 255) = 41.08%

R = 37.34%
G = 21.58%
B = 41.08%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5A3463 (or 0x5A3463) is known color: Honey Flower. HEX triplet: 5A, 34 and 63. RGB value is (90,52,99). Sum of RGB (Red+Green+Blue) = 90+52+99=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A3463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3463 is #A5CB9C. Grayscale: #444444. Windows color (decimal): -10865565 or 6501466. OLE color: 6501466.

HSL color Cylindrical-coordinate representation of color #5A3463: hue angle of 288.51º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A3463 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 90 52 99 -
CMYK 0.09 0.47 0 0.61
HSL 288.51º 0.31% 0.3% -
HSV(B) 288.51º 0.47% 0.39% -
XYZ 7.7 5.53 12.47 -
YUV 68.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 90 52 99 0.09 0.47 0 0.61 288.51 0.31 0.3
Hex 5A 34 63 9 2F 0 3D 121 1F 1E
Octal 132 64 143 11 57 0 75 441 37 36
Binary 1011010 110100 1100011 1001 101111 0 111101 100100001 11111 11110

Color Harmonies of #5A3463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3463

Black with #5A3463

Text Example


Text Example

White with #5A3463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,52,99); }

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

background-color css

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

 a { background-color: rgb(90,52,99); }

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

border-color css

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

 span { border-color: rgb(90,52,99); }

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