#5B4898

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

Shades of Daisy Bush #5B4898

Tints of Daisy Bush #5B4898

Color information

#5B4898 (or 0x5B4898) is unknown color: approx Daisy Bush. HEX triplet: 5B, 48 and 98. RGB value is (91,72,152). Sum of RGB (Red+Green+Blue) = 91+72+152=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B4898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4898 is #A4B767. Grayscale: #565656. Windows color (decimal): -10794856 or 9979995. OLE color: 9979995.

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

Color convert

RGB9172152-
CMYK0.400.5300.40
HSL254.25º35.71%43.92%-
HSV(B)254.25º52.63%59.61%-
XYZ12.39.1330.82-
YUV86.8164.79131-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.89%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 152 (59.77% from 255) = 48.25%
R=28.89%
G=22.86%
B=48.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91721520.400.5300.40254.2535.7143.92
Hex5B48982835028fe242c
Octal13311023050650503764454
Binary1011011100100010011000101000110101010100011111110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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