#5B2193

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

Shades of Kingfisher Daisy #5B2193

Tints of Kingfisher Daisy #5B2193

Color information

#5B2193 (or 0x5B2193) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 21 and 93. RGB value is (91,33,147). Sum of RGB (Red+Green+Blue) = 91+33+147=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B2193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2193 is #A4DE6C. Grayscale: #3E3E3E. Windows color (decimal): -10804845 or 9642331. OLE color: 9642331.

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

Color convert

RGB9133147-
CMYK0.380.7800.42
HSL270.53º63.33%35.29%-
HSV(B)270.53º77.55%57.65%-
XYZ10.125.4228.12-
YUV63.34175.22147.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.58%
GREEN value IS 33 (13.28% from 255) = 12.18%
BLUE value IS 147 (57.81% from 255) = 54.24%
R=33.58%
G=12.18%
B=54.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91331470.380.7800.42270.5363.3335.29
Hex5B2193264E02A10f3f23
Octal13341223461160524177743
Binary10110111000011001001110011010011100101010100001111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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