#5D429B

Color #5D429B Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #5D429B

Tints of Daisy Bush #5D429B

Color information

#5D429B (or 0x5D429B) is unknown color: approx Daisy Bush. HEX triplet: 5D, 42 and 9B. RGB value is (93,66,155). Sum of RGB (Red+Green+Blue) = 93+66+155=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D429B is #A2BD64. Grayscale: #535353. Windows color (decimal): -10665317 or 10175069. OLE color: 10175069.

HSL color Cylindrical-coordinate representation of color #5D429B: hue angle of 258.2º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D429B is Cyan = 0.4, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9366155-
CMYK0.40.5700.39
HSL258.2º40.27%43.33%-
HSV(B)258.2º57.42%60.78%-
XYZ12.388.5932.02-
YUV84.22167.95134.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.62%
GREEN value IS 66 (26.17% from 255) = 21.02%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=29.62%
G=21.02%
B=49.36%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93661550.40.5700.39258.240.2743.33
Hex5D429B2839027102282b
Octal13510223350710474025053
Binary10111011000010100110111010001110010100111100000010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D429B;
 }
 .AnyTagClassName
 {
   color: #5D429B;
 }
</style>
background-color css

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

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

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

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

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

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