Html Css Color HEX #5A368E Daisy Bush

📋 copy color: '#5A368E'

red 90 ◦ green 54 ◦ blue 142

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

Shades of Daisy Bush #5A368E

Tints of Daisy Bush #5A368E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.88%

 BLUE value IS 142 (55.86% from 255) = 49.65%

R = 31.47%
G = 18.88%
B = 49.65%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A368E (or 0x5A368E) is known color: Daisy Bush. HEX triplet: 5A, 36 and 8E. RGB value is (90,54,142). Sum of RGB (Red+Green+Blue) = 90+54+142=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A368E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A368E is #A5C971. Grayscale: #4A4A4A. Windows color (decimal): -10865010 or 9320026. OLE color: 9320026.

HSL color Cylindrical-coordinate representation of color #5A368E: hue angle of 264.55º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A368E is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 90 54 142 -
CMYK 0.37 0.62 0 0.44
HSL 264.55º 0.45% 0.38% -
HSV(B) 264.55º 0.62% 0.56% -
XYZ 10.42 6.76 26.35 -
YUV 74.8 165.93 138.84 -
System Red Green Blue C M Y K H S L
Decimal 90 54 142 0.37 0.62 0 0.44 264.55 0.45 0.38
Hex 5A 36 8E 25 3E 0 2C 109 2D 26
Octal 132 66 216 45 76 0 54 411 55 46
Binary 1011010 110110 10001110 100101 111110 0 101100 100001001 101101 100110

Color Harmonies of #5A368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A368E

Black with #5A368E

Text Example


Text Example

White with #5A368E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,54,142); }

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

background-color css

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

 a { background-color: rgb(90,54,142); }

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

border-color css

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

 span { border-color: rgb(90,54,142); }

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