#5B308D

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

Shades of Kingfisher Daisy #5B308D

Tints of Kingfisher Daisy #5B308D

Color information

#5B308D (or 0x5B308D) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 30 and 8D. RGB value is (91,48,141). Sum of RGB (Red+Green+Blue) = 91+48+141=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B308D is #A4CF72. Grayscale: #474747. Windows color (decimal): -10801011 or 9252955. OLE color: 9252955.

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

Color convert

RGB9148141-
CMYK0.350.6600.45
HSL267.74º49.21%37.06%-
HSV(B)267.74º65.96%55.29%-
XYZ10.186.2625.87-
YUV71.46167.25141.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.5%
GREEN value IS 48 (19.14% from 255) = 17.14%
BLUE value IS 141 (55.47% from 255) = 50.36%
R=32.5%
G=17.14%
B=50.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91481410.350.6600.45267.7449.2137.06
Hex5B308D234202D10c3125
Octal13360215431020554146145
Binary10110111100001000110110001110000100101101100001100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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