Html Css Color HEX #5A436E Honey Flower

📋 copy color: '#5A436E'

red 90 ◦ green 67 ◦ blue 110

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

Shades of Honey Flower #5A436E

Tints of Honey Flower #5A436E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.09%

 BLUE value IS 110 (43.36% from 255) = 41.2%

R = 33.71%
G = 25.09%
B = 41.2%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A436E (or 0x5A436E) is known color: Honey Flower. HEX triplet: 5A, 43 and 6E. RGB value is (90,67,110). Sum of RGB (Red+Green+Blue) = 90+67+110=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A436E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A436E is #A5BC91. Grayscale: #4E4E4E. Windows color (decimal): -10861714 or 7226202. OLE color: 7226202.

HSL color Cylindrical-coordinate representation of color #5A436E: hue angle of 272.09º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A436E is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 90 67 110 -
CMYK 0.18 0.39 0 0.57
HSL 272.09º 0.24% 0.35% -
HSV(B) 272.09º 0.39% 0.43% -
XYZ 9.04 7.31 15.69 -
YUV 78.78 145.62 136 -
System Red Green Blue C M Y K H S L
Decimal 90 67 110 0.18 0.39 0 0.57 272.09 0.24 0.35
Hex 5A 43 6E 12 27 0 39 110 18 23
Octal 132 103 156 22 47 0 71 420 30 43
Binary 1011010 1000011 1101110 10010 100111 0 111001 100010000 11000 100011

Color Harmonies of #5A436E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A436E

Black with #5A436E

Text Example


Text Example

White with #5A436E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,67,110); }

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

background-color css

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

 a { background-color: rgb(90,67,110); }

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

border-color css

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

 span { border-color: rgb(90,67,110); }

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