#5B2D90

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

Shades of Kingfisher Daisy #5B2D90

Tints of Kingfisher Daisy #5B2D90

Color information

#5B2D90 (or 0x5B2D90) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 2D and 90. RGB value is (91,45,144). Sum of RGB (Red+Green+Blue) = 91+45+144=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B2D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2D90 is #A4D26F. Grayscale: #454545. Windows color (decimal): -10801776 or 9448795. OLE color: 9448795.

HSL color Cylindrical-coordinate representation of color #5B2D90: hue angle of 267.88º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B2D90 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9145144-
CMYK0.370.6900.44
HSL267.88º52.38%37.06%-
HSV(B)267.88º68.75%56.47%-
XYZ10.296.1127.02-
YUV70.04169.74142.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.5%
GREEN value IS 45 (17.97% from 255) = 16.07%
BLUE value IS 144 (56.64% from 255) = 51.43%
R=32.5%
G=16.07%
B=51.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91451440.370.6900.44267.8852.3837.06
Hex5B2D90254502C10c3425
Octal13355220451050544146445
Binary10110111011011001000010010110001010101100100001100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,45,144); }

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

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

 a { background-color: rgb(91,45,144); }

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

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

 span { border-color: rgb(91,45,144); }

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