#5B4198

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

Shades of Daisy Bush #5B4198

Tints of Daisy Bush #5B4198

Color information

#5B4198 (or 0x5B4198) is unknown color: approx Daisy Bush. HEX triplet: 5B, 41 and 98. RGB value is (91,65,152). Sum of RGB (Red+Green+Blue) = 91+65+152=308 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.55% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B4198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4198 is #A4BE67. Grayscale: #525252. Windows color (decimal): -10796648 or 9978203. OLE color: 9978203.

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

Color convert

RGB9165152-
CMYK0.400.5700.40
HSL257.93º40.09%42.55%-
HSV(B)257.93º57.24%59.61%-
XYZ11.878.2730.68-
YUV82.69167.11133.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.55%
GREEN value IS 65 (25.78% from 255) = 21.10%
BLUE value IS 152 (59.77% from 255) = 49.35%
R=29.55%
G=21.10%
B=49.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91651520.400.5700.40257.9340.0942.55
Hex5B41982839028102282b
Octal13310123050710504025053
Binary10110111000001100110001010001110010101000100000010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,65,152); }

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

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

 a { background-color: rgb(91,65,152); }

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

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

 span { border-color: rgb(91,65,152); }

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