#5B217A

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

Shades of Kingfisher Daisy #5B217A

Tints of Kingfisher Daisy #5B217A

Color information

#5B217A (or 0x5B217A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 21 and 7A. RGB value is (91,33,122). Sum of RGB (Red+Green+Blue) = 91+33+122=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #5B217A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B217A is #A4DE85. Grayscale: #3C3C3C. Windows color (decimal): -10804870 or 8003931. OLE color: 8003931.

HSL color Cylindrical-coordinate representation of color #5B217A: hue angle of 279.1º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B217A is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9133122-
CMYK0.250.7300.52
HSL279.1º57.42%30.39%-
HSV(B)279.1º72.95%47.84%-
XYZ8.374.7218.88-
YUV60.49162.72149.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.99%
GREEN value IS 33 (13.28% from 255) = 13.41%
BLUE value IS 122 (48.05% from 255) = 49.59%
R=36.99%
G=13.41%
B=49.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal91331220.250.7300.52279.157.4230.39
Hex5B217A1949034117391e
Octal13341172311110644277136
Binary10110111000011111010110011001001011010010001011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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