Html Css Color HEX #5A429C Daisy Bush

📋 copy color: '#5A429C'

red 90 ◦ green 66 ◦ blue 156

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

Shades of Daisy Bush #5A429C

Tints of Daisy Bush #5A429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50%

R = 28.85%
G = 21.15%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5A429C (or 0x5A429C) is known color: Daisy Bush. HEX triplet: 5A, 42 and 9C. RGB value is (90,66,156). Sum of RGB (Red+Green+Blue) = 90+66+156=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A429C is #A5BD63. Grayscale: #535353. Windows color (decimal): -10861924 or 10240602. OLE color: 10240602.

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

Color convert

RGB 90 66 156 -
CMYK 0.42 0.58 0 0.39
HSL 256º 0.41% 0.44% -
HSV(B) 256º 0.58% 0.61% -
XYZ 12.17 8.47 32.45 -
YUV 83.44 168.95 132.68 -
System Red Green Blue C M Y K H S L
Decimal 90 66 156 0.42 0.58 0 0.39 256 0.41 0.44
Hex 5A 42 9C 2A 3A 0 27 100 29 2C
Octal 132 102 234 52 72 0 47 400 51 54
Binary 1011010 1000010 10011100 101010 111010 0 100111 100000000 101001 101100

Color Harmonies of #5A429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A429C

Black with #5A429C

Text Example


Text Example

White with #5A429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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