#5B2385

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

Shades of Kingfisher Daisy #5B2385

Tints of Kingfisher Daisy #5B2385

Color information

#5B2385 (or 0x5B2385) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 23 and 85. RGB value is (91,35,133). Sum of RGB (Red+Green+Blue) = 91+35+133=259 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.14% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B2385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2385 is #A4DC7A. Grayscale: #3E3E3E. Windows color (decimal): -10804347 or 8725339. OLE color: 8725339.

HSL color Cylindrical-coordinate representation of color #5B2385: hue angle of 274.29º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B2385 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9135133-
CMYK0.320.7400.48
HSL274.29º58.33%32.94%-
HSV(B)274.29º73.68%52.16%-
XYZ9.155.1222.7-
YUV62.92167.55148.03-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.14%
GREEN value IS 35 (14.06% from 255) = 13.51%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=35.14%
G=13.51%
B=51.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91351330.320.7400.48274.2958.3332.94
Hex5B2385204A0301123a21
Octal13343205401120604227241
Binary10110111000111000010110000010010100110000100010010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,35,133); }

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

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

 a { background-color: rgb(91,35,133); }

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

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

 span { border-color: rgb(91,35,133); }

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