#5B429D

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

Shades of Daisy Bush #5B429D

Tints of Daisy Bush #5B429D

Color information

#5B429D (or 0x5B429D) is unknown color: approx Daisy Bush. HEX triplet: 5B, 42 and 9D. RGB value is (91,66,157). Sum of RGB (Red+Green+Blue) = 91+66+157=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B429D is #A4BD62. Grayscale: #535353. Windows color (decimal): -10796387 or 10306139. OLE color: 10306139.

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

Color convert

RGB9166157-
CMYK0.420.5800.38
HSL256.48º40.81%43.73%-
HSV(B)256.48º57.96%61.57%-
XYZ12.358.5532.9-
YUV83.85169.28133.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.98%
GREEN value IS 66 (26.17% from 255) = 21.02%
BLUE value IS 157 (61.72% from 255) = 50%
R=28.98%
G=21.02%
B=50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91661570.420.5800.38256.4840.8143.73
Hex5B429D2A3A026100292c
Octal13310223552720464005154
Binary10110111000010100111011010101110100100110100000000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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