Html Css Color HEX #5A2074 Honey Flower

📋 copy color: '#5A2074'

red 90 ◦ green 32 ◦ blue 116

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

Shades of Honey Flower #5A2074

Tints of Honey Flower #5A2074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.45%

 BLUE value IS 116 (45.7% from 255) = 48.74%

R = 37.82%
G = 13.45%
B = 48.74%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A2074 (or 0x5A2074) is known color: Honey Flower. HEX triplet: 5A, 20 and 74. RGB value is (90,32,116). Sum of RGB (Red+Green+Blue) = 90+32+116=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #5A2074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2074 is #A5DF8B. Grayscale: #3A3A3A. Windows color (decimal): -10870668 or 7610458. OLE color: 7610458.

HSL color Cylindrical-coordinate representation of color #5A2074: hue angle of 281.43º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A2074 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 32 116 -
CMYK 0.22 0.72 0 0.55
HSL 281.43º 0.57% 0.29% -
HSV(B) 281.43º 0.72% 0.45% -
XYZ 7.89 4.47 16.97 -
YUV 58.92 160.22 150.17 -
System Red Green Blue C M Y K H S L
Decimal 90 32 116 0.22 0.72 0 0.55 281.43 0.57 0.29
Hex 5A 20 74 16 48 0 37 119 39 1D
Octal 132 40 164 26 110 0 67 431 71 35
Binary 1011010 100000 1110100 10110 1001000 0 110111 100011001 111001 11101

Color Harmonies of #5A2074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2074

Black with #5A2074

Text Example


Text Example

White with #5A2074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,32,116); }

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

background-color css

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

 a { background-color: rgb(90,32,116); }

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

border-color css

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

 span { border-color: rgb(90,32,116); }

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