#5B2793

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

Shades of Kingfisher Daisy #5B2793

Tints of Kingfisher Daisy #5B2793

Color information

#5B2793 (or 0x5B2793) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 27 and 93. RGB value is (91,39,147). Sum of RGB (Red+Green+Blue) = 91+39+147=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B2793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2793 is #A4D86C. Grayscale: #424242. Windows color (decimal): -10803309 or 9643867. OLE color: 9643867.

HSL color Cylindrical-coordinate representation of color #5B2793: hue angle of 268.89º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B2793 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9139147-
CMYK0.380.7300.42
HSL268.89º58.06%36.47%-
HSV(B)268.89º73.47%57.65%-
XYZ10.315.7828.18-
YUV66.86173.23145.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.85%
GREEN value IS 39 (15.62% from 255) = 14.08%
BLUE value IS 147 (57.81% from 255) = 53.07%
R=32.85%
G=14.08%
B=53.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91391470.380.7300.42268.8958.0636.47
Hex5B2793264902A10d3a24
Octal13347223461110524157244
Binary10110111001111001001110011010010010101010100001101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,39,147); }

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

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

 a { background-color: rgb(91,39,147); }

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

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

 span { border-color: rgb(91,39,147); }

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