Html Css Color HEX #5D429C Daisy Bush

📋 copy color: '#5D429C'

red 93 ◦ green 66 ◦ blue 156

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

Shades of Daisy Bush #5D429C

Tints of Daisy Bush #5D429C

RGB

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

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

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

R = 29.52%
G = 20.95%
B = 49.52%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5D429C (or 0x5D429C) is known color: Daisy Bush. HEX triplet: 5D, 42 and 9C. RGB value is (93,66,156). Sum of RGB (Red+Green+Blue) = 93+66+156=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D429C is #A2BD63. Grayscale: #545454. Windows color (decimal): -10665316 or 10240605. OLE color: 10240605.

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

Color convert

RGB 93 66 156 -
CMYK 0.40 0.58 0 0.39
HSL 258º 0.41% 0.44% -
HSV(B) 258º 0.58% 0.61% -
XYZ 12.46 8.62 32.46 -
YUV 84.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 93 66 156 0.40 0.58 0 0.39 258 0.41 0.44
Hex 5D 42 9C 28 3A 0 27 102 29 2C
Octal 135 102 234 50 72 0 47 402 51 54
Binary 1011101 1000010 10011100 101000 111010 0 100111 100000010 101001 101100

Color Harmonies of #5D429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D429C

Black with #5D429C

Text Example


Text Example

White with #5D429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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