Html Css Color HEX #5A429D Daisy Bush

📋 copy color: '#5A429D'

red 90 ◦ green 66 ◦ blue 157

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

Shades of Daisy Bush #5A429D

Tints of Daisy Bush #5A429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.09%

 BLUE value IS 157 (61.72% from 255) = 50.16%

R = 28.75%
G = 21.09%
B = 50.16%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A429D (or 0x5A429D) is known color: Daisy Bush. HEX triplet: 5A, 42 and 9D. RGB value is (90,66,157). Sum of RGB (Red+Green+Blue) = 90+66+157=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A429D is #A5BD62. Grayscale: #535353. Windows color (decimal): -10861923 or 10306138. OLE color: 10306138.

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

Color convert

RGB 90 66 157 -
CMYK 0.43 0.58 0 0.38
HSL 255.82º 0.41% 0.44% -
HSV(B) 255.82º 0.58% 0.62% -
XYZ 12.25 8.5 32.89 -
YUV 83.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 90 66 157 0.43 0.58 0 0.38 255.82 0.41 0.44
Hex 5A 42 9D 2B 3A 0 26 100 29 2C
Octal 132 102 235 53 72 0 46 400 51 54
Binary 1011010 1000010 10011101 101011 111010 0 100110 100000000 101001 101100

Color Harmonies of #5A429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A429D

Black with #5A429D

Text Example


Text Example

White with #5A429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,66,157); }

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

background-color css

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

 a { background-color: rgb(90,66,157); }

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

border-color css

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

 span { border-color: rgb(90,66,157); }

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