#5B327F

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

Shades of Kingfisher Daisy #5B327F

Tints of Kingfisher Daisy #5B327F

Color information

#5B327F (or 0x5B327F) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 32 and 7F. RGB value is (91,50,127). Sum of RGB (Red+Green+Blue) = 91+50+127=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B327F is #A4CD80. Grayscale: #464646. Windows color (decimal): -10800513 or 8335963. OLE color: 8335963.

HSL color Cylindrical-coordinate representation of color #5B327F: hue angle of 271.95º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B327F is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9150127-
CMYK0.280.6100.50
HSL271.95º43.5%34.71%-
HSV(B)271.95º60.63%49.8%-
XYZ9.296.0420.75-
YUV71.04159.58142.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.96%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 127 (50% from 255) = 47.39%
R=33.96%
G=18.66%
B=47.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal91501270.280.6100.50271.9543.534.71
Hex5B327F1C3D0321102c23
Octal1336217734750624205443
Binary10110111100101111111111001111010110010100010000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,50,127); }

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

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

 a { background-color: rgb(91,50,127); }

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

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

 span { border-color: rgb(91,50,127); }

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