Html Css Color HEX #5D429D Daisy Bush

📋 copy color: '#5D429D'

red 93 ◦ green 66 ◦ blue 157

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

Shades of Daisy Bush #5D429D

Tints of Daisy Bush #5D429D

RGB

 RED value IS 93 (36.72% from 255) = 29.43%

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

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

R = 29.43%
G = 20.89%
B = 49.68%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D429D (or 0x5D429D) is known color: Daisy Bush. HEX triplet: 5D, 42 and 9D. RGB value is (93,66,157). Sum of RGB (Red+Green+Blue) = 93+66+157=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D429D is #A2BD62. Grayscale: #545454. Windows color (decimal): -10665315 or 10306141. OLE color: 10306141.

HSL color Cylindrical-coordinate representation of color #5D429D: hue angle of 257.8º 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 #5D429D is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 93 66 157 -
CMYK 0.41 0.58 0 0.38
HSL 257.8º 0.41% 0.44% -
HSV(B) 257.8º 0.58% 0.62% -
XYZ 12.55 8.66 32.91 -
YUV 84.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 93 66 157 0.41 0.58 0 0.38 257.8 0.41 0.44
Hex 5D 42 9D 29 3A 0 26 102 29 2C
Octal 135 102 235 51 72 0 46 402 51 54
Binary 1011101 1000010 10011101 101001 111010 0 100110 100000010 101001 101100

Color Harmonies of #5D429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D429D

Black with #5D429D

Text Example


Text Example

White with #5D429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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