#5B318D

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

Shades of Kingfisher Daisy #5B318D

Tints of Kingfisher Daisy #5B318D

Color information

#5B318D (or 0x5B318D) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 31 and 8D. RGB value is (91,49,141). Sum of RGB (Red+Green+Blue) = 91+49+141=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B318D is #A4CE72. Grayscale: #474747. Windows color (decimal): -10800755 or 9253211. OLE color: 9253211.

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

Color convert

RGB9149141-
CMYK0.350.6500.45
HSL267.39º48.42%37.25%-
HSV(B)267.39º65.25%55.29%-
XYZ10.226.3425.89-
YUV72.05166.91141.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.38%
GREEN value IS 49 (19.53% from 255) = 17.44%
BLUE value IS 141 (55.47% from 255) = 50.18%
R=32.38%
G=17.44%
B=50.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91491410.350.6500.45267.3948.4237.25
Hex5B318D234102D10b3025
Octal13361215431010554136045
Binary10110111100011000110110001110000010101101100001011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B318D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,49,141); }

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

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

 a { background-color: rgb(91,49,141); }

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

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

 span { border-color: rgb(91,49,141); }

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