#5B378C

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

Shades of Daisy Bush #5B378C

Tints of Daisy Bush #5B378C

Color information

#5B378C (or 0x5B378C) is unknown color: approx Daisy Bush. HEX triplet: 5B, 37 and 8C. RGB value is (91,55,140). Sum of RGB (Red+Green+Blue) = 91+55+140=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #5B378C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B378C is #A4C873. Grayscale: #4B4B4B. Windows color (decimal): -10799220 or 9189211. OLE color: 9189211.

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

Color convert

RGB9155140-
CMYK0.350.6100.45
HSL265.41º43.59%38.24%-
HSV(B)265.41º60.71%54.9%-
XYZ10.416.8525.58-
YUV75.45164.43139.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.82%
GREEN value IS 55 (21.88% from 255) = 19.23%
BLUE value IS 140 (55.08% from 255) = 48.95%
R=31.82%
G=19.23%
B=48.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91551400.350.6100.45265.4143.5938.24
Hex5B378C233D02D1092c26
Octal1336721443750554115446
Binary1011011110111100011001000111111010101101100001001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B378C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,55,140); }

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

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

 a { background-color: rgb(91,55,140); }

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

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

 span { border-color: rgb(91,55,140); }

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