#5B2085

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

Shades of Kingfisher Daisy #5B2085

Tints of Kingfisher Daisy #5B2085

Color information

#5B2085 (or 0x5B2085) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 20 and 85. RGB value is (91,32,133). Sum of RGB (Red+Green+Blue) = 91+32+133=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B2085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2085 is #A4DF7A. Grayscale: #3C3C3C. Windows color (decimal): -10805115 or 8724571. OLE color: 8724571.

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

Color convert

RGB9132133-
CMYK0.320.7600.48
HSL275.05º61.21%32.35%-
HSV(B)275.05º75.94%52.16%-
XYZ9.064.9522.67-
YUV61.15168.55149.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.55%
GREEN value IS 32 (12.89% from 255) = 12.5%
BLUE value IS 133 (52.34% from 255) = 51.95%
R=35.55%
G=12.5%
B=51.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91321330.320.7600.48275.0561.2132.35
Hex5B2085204C0301133d20
Octal13340205401140604237540
Binary10110111000001000010110000010011000110000100010011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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