#5B328B

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

Shades of Kingfisher Daisy #5B328B

Tints of Kingfisher Daisy #5B328B

Color information

#5B328B (or 0x5B328B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 32 and 8B. RGB value is (91,50,139). Sum of RGB (Red+Green+Blue) = 91+50+139=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #5B328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B328B is #A4CD74. Grayscale: #484848. Windows color (decimal): -10800501 or 9122395. OLE color: 9122395.

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

Color convert

RGB9150139-
CMYK0.350.6400.45
HSL267.64º47.09%37.06%-
HSV(B)267.64º64.03%54.51%-
XYZ10.126.3725.12-
YUV72.4165.58141.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.5%
GREEN value IS 50 (19.92% from 255) = 17.86%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=32.5%
G=17.86%
B=49.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91501390.350.6400.45267.6447.0937.06
Hex5B328B234002D10c2f25
Octal13362213431000554145745
Binary10110111100101000101110001110000000101101100001100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,50,139); }

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

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

 a { background-color: rgb(91,50,139); }

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

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

 span { border-color: rgb(91,50,139); }

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