#5B428D

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

Shades of Daisy Bush #5B428D

Tints of Daisy Bush #5B428D

Color information

#5B428D (or 0x5B428D) is unknown color: approx Daisy Bush. HEX triplet: 5B, 42 and 8D. RGB value is (91,66,141). Sum of RGB (Red+Green+Blue) = 91+66+141=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B428D is #A4BD72. Grayscale: #515151. Windows color (decimal): -10796403 or 9257563. OLE color: 9257563.

HSL color Cylindrical-coordinate representation of color #5B428D: hue angle of 260º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B428D is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9166141-
CMYK0.350.5300.45
HSL260º36.23%40.59%-
HSV(B)260º53.19%55.29%-
XYZ11.078.0426.17-
YUV82.02161.28134.4-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.54%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 141 (55.47% from 255) = 47.32%
R=30.54%
G=22.15%
B=47.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91661410.350.5300.4526036.2340.59
Hex5B428D233502D1042429
Octal13310221543650554044451
Binary10110111000010100011011000111101010101101100000100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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