Html Css Color HEX #5A276F Honey Flower

📋 copy color: '#5A276F'

red 90 ◦ green 39 ◦ blue 111

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

Shades of Honey Flower #5A276F

Tints of Honey Flower #5A276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.25%

 BLUE value IS 111 (43.75% from 255) = 46.25%

R = 37.5%
G = 16.25%
B = 46.25%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A276F (or 0x5A276F) is known color: Honey Flower. HEX triplet: 5A, 27 and 6F. RGB value is (90,39,111). Sum of RGB (Red+Green+Blue) = 90+39+111=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A276F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A276F is #A5D890. Grayscale: #3E3E3E. Windows color (decimal): -10868881 or 7284570. OLE color: 7284570.

HSL color Cylindrical-coordinate representation of color #5A276F: hue angle of 282.5º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A276F is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 39 111 -
CMYK 0.19 0.65 0 0.56
HSL 282.5º 0.48% 0.29% -
HSV(B) 282.5º 0.65% 0.44% -
XYZ 7.81 4.77 15.55 -
YUV 62.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 90 39 111 0.19 0.65 0 0.56 282.5 0.48 0.29
Hex 5A 27 6F 13 41 0 38 11A 30 1D
Octal 132 47 157 23 101 0 70 432 60 35
Binary 1011010 100111 1101111 10011 1000001 0 111000 100011010 110000 11101

Color Harmonies of #5A276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A276F

Black with #5A276F

Text Example


Text Example

White with #5A276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,39,111); }

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

background-color css

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

 a { background-color: rgb(90,39,111); }

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

border-color css

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

 span { border-color: rgb(90,39,111); }

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