#5B3483

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

Shades of Kingfisher Daisy #5B3483

Tints of Kingfisher Daisy #5B3483

Color information

#5B3483 (or 0x5B3483) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 34 and 83. RGB value is (91,52,131). Sum of RGB (Red+Green+Blue) = 91+52+131=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B3483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3483 is #A4CB7C. Grayscale: #484848. Windows color (decimal): -10799997 or 8598619. OLE color: 8598619.

HSL color Cylindrical-coordinate representation of color #5B3483: hue angle of 269.62º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B3483 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9152131-
CMYK0.310.6000.49
HSL269.62º43.17%35.88%-
HSV(B)269.62º60.31%51.37%-
XYZ9.646.3222.18-
YUV72.67160.92141.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.21%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 131 (51.56% from 255) = 47.81%
R=33.21%
G=18.98%
B=47.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91521310.310.6000.49269.6243.1735.88
Hex5B34831F3C03110e2b24
Octal1336420337740614165344
Binary101101111010010000011111111111000110001100001110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,52,131); }

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

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

 a { background-color: rgb(91,52,131); }

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

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

 span { border-color: rgb(91,52,131); }

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