Html Css Color HEX #5A236E Honey Flower

📋 copy color: '#5A236E'

red 90 ◦ green 35 ◦ blue 110

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

Shades of Honey Flower #5A236E

Tints of Honey Flower #5A236E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

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

R = 38.3%
G = 14.89%
B = 46.81%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A236E (or 0x5A236E) is known color: Honey Flower. HEX triplet: 5A, 23 and 6E. RGB value is (90,35,110). Sum of RGB (Red+Green+Blue) = 90+35+110=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A236E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A236E is #A5DC91. Grayscale: #3B3B3B. Windows color (decimal): -10869906 or 7218010. OLE color: 7218010.

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

Color convert

RGB 90 35 110 -
CMYK 0.18 0.68 0 0.57
HSL 284º 0.52% 0.28% -
HSV(B) 284º 0.68% 0.43% -
XYZ 7.63 4.5 15.22 -
YUV 60 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 90 35 110 0.18 0.68 0 0.57 284 0.52 0.28
Hex 5A 23 6E 12 44 0 39 11C 34 1C
Octal 132 43 156 22 104 0 71 434 64 34
Binary 1011010 100011 1101110 10010 1000100 0 111001 100011100 110100 11100

Color Harmonies of #5A236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A236E

Black with #5A236E

Text Example


Text Example

White with #5A236E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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