Html Css Color HEX #5A3075 Honey Flower

📋 copy color: '#5A3075'

red 90 ◦ green 48 ◦ blue 117

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

Shades of Honey Flower #5A3075

Tints of Honey Flower #5A3075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.82%

 BLUE value IS 117 (46.09% from 255) = 45.88%

R = 35.29%
G = 18.82%
B = 45.88%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5A3075 (or 0x5A3075) is known color: Honey Flower. HEX triplet: 5A, 30 and 75. RGB value is (90,48,117). Sum of RGB (Red+Green+Blue) = 90+48+117=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A3075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3075 is #A5CF8A. Grayscale: #444444. Windows color (decimal): -10866571 or 7680090. OLE color: 7680090.

HSL color Cylindrical-coordinate representation of color #5A3075: hue angle of 276.52º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A3075 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 48 117 -
CMYK 0.23 0.59 0 0.54
HSL 276.52º 0.42% 0.32% -
HSV(B) 276.52º 0.59% 0.46% -
XYZ 8.48 5.57 17.46 -
YUV 68.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 90 48 117 0.23 0.59 0 0.54 276.52 0.42 0.32
Hex 5A 30 75 17 3B 0 36 115 2A 20
Octal 132 60 165 27 73 0 66 425 52 40
Binary 1011010 110000 1110101 10111 111011 0 110110 100010101 101010 100000

Color Harmonies of #5A3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3075

Black with #5A3075

Text Example


Text Example

White with #5A3075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,48,117); }

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

background-color css

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

 a { background-color: rgb(90,48,117); }

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

border-color css

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

 span { border-color: rgb(90,48,117); }

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