#5B3482

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

Shades of Kingfisher Daisy #5B3482

Tints of Kingfisher Daisy #5B3482

Color information

#5B3482 (or 0x5B3482) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 34 and 82. RGB value is (91,52,130). Sum of RGB (Red+Green+Blue) = 91+52+130=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B3482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3482 is #A4CB7D. Grayscale: #484848. Windows color (decimal): -10799998 or 8533083. OLE color: 8533083.

HSL color Cylindrical-coordinate representation of color #5B3482: hue angle of 270º 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 #5B3482 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9152130-
CMYK0.300.6000.49
HSL270º42.86%35.69%-
HSV(B)270º60%50.98%-
XYZ9.576.2921.83-
YUV72.55160.42141.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.33%
GREEN value IS 52 (20.70% from 255) = 19.05%
BLUE value IS 130 (51.17% from 255) = 47.62%
R=33.33%
G=19.05%
B=47.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91521300.300.6000.4927042.8635.69
Hex5B34821E3C03110e2b24
Octal1336420236740614165344
Binary101101111010010000010111101111000110001100001110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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