#5B417C

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

Shades of Kingfisher Daisy #5B417C

Tints of Kingfisher Daisy #5B417C

Color information

#5B417C (or 0x5B417C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 41 and 7C. RGB value is (91,65,124). Sum of RGB (Red+Green+Blue) = 91+65+124=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B417C is #A4BE83. Grayscale: #4F4F4F. Windows color (decimal): -10796676 or 8143195. OLE color: 8143195.

HSL color Cylindrical-coordinate representation of color #5B417C: hue angle of 266.44º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B417C is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9165124-
CMYK0.270.4800.51
HSL266.44º31.22%37.06%-
HSV(B)266.44º47.58%48.63%-
XYZ9.847.4619.99-
YUV79.5153.11136.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.5%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 124 (48.83% from 255) = 44.29%
R=32.5%
G=23.21%
B=44.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91651240.270.4800.51266.4431.2237.06
Hex5B417C1B3003310a1f25
Octal13310117433600634123745
Binary10110111000001111110011011110000011001110000101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,65,124); }

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

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

 a { background-color: rgb(91,65,124); }

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

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

 span { border-color: rgb(91,65,124); }

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