Html Css Color HEX #5A3263 Honey Flower

📋 copy color: '#5A3263'

red 90 ◦ green 50 ◦ blue 99

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

Shades of Honey Flower #5A3263

Tints of Honey Flower #5A3263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.92%

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

R = 37.66%
G = 20.92%
B = 41.42%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5A3263 (or 0x5A3263) is known color: Honey Flower. HEX triplet: 5A, 32 and 63. RGB value is (90,50,99). Sum of RGB (Red+Green+Blue) = 90+50+99=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A3263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3263 is #A5CD9C. Grayscale: #434343. Windows color (decimal): -10866077 or 6500954. OLE color: 6500954.

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

Color convert

RGB 90 50 99 -
CMYK 0.09 0.49 0 0.61
HSL 288.98º 0.33% 0.29% -
HSV(B) 288.98º 0.49% 0.39% -
XYZ 7.61 5.36 12.44 -
YUV 67.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 90 50 99 0.09 0.49 0 0.61 288.98 0.33 0.29
Hex 5A 32 63 9 31 0 3D 121 21 1D
Octal 132 62 143 11 61 0 75 441 41 35
Binary 1011010 110010 1100011 1001 110001 0 111101 100100001 100001 11101

Color Harmonies of #5A3263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3263

Black with #5A3263

Text Example


Text Example

White with #5A3263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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