#5B4995

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

Shades of Daisy Bush #5B4995

Tints of Daisy Bush #5B4995

Color information

#5B4995 (or 0x5B4995) is unknown color: approx Daisy Bush. HEX triplet: 5B, 49 and 95. RGB value is (91,73,149). Sum of RGB (Red+Green+Blue) = 91+73+149=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B4995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4995 is #A4B66A. Grayscale: #565656. Windows color (decimal): -10794603 or 9783643. OLE color: 9783643.

HSL color Cylindrical-coordinate representation of color #5B4995: hue angle of 254.21º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B4995 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9173149-
CMYK0.390.5100.42
HSL254.21º34.23%43.53%-
HSV(B)254.21º51.01%58.43%-
XYZ12.129.1629.56-
YUV87.05162.96130.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.07%
GREEN value IS 73 (28.91% from 255) = 23.32%
BLUE value IS 149 (58.59% from 255) = 47.60%
R=29.07%
G=23.32%
B=47.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91731490.390.5100.42254.2134.2343.53
Hex5B4995273302Afe222c
Octal13311122547630523764254
Binary1011011100100110010101100111110011010101011111110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,73,149); }

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

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

 a { background-color: rgb(91,73,149); }

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

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

 span { border-color: rgb(91,73,149); }

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