#5B257C

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

Shades of Kingfisher Daisy #5B257C

Tints of Kingfisher Daisy #5B257C

Color information

#5B257C (or 0x5B257C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 25 and 7C. RGB value is (91,37,124). Sum of RGB (Red+Green+Blue) = 91+37+124=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B257C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B257C is #A4DA83. Grayscale: #3E3E3E. Windows color (decimal): -10803844 or 8136027. OLE color: 8136027.

HSL color Cylindrical-coordinate representation of color #5B257C: hue angle of 277.24º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B257C is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9137124-
CMYK0.270.7000.51
HSL277.24º54.04%31.57%-
HSV(B)277.24º70.16%48.63%-
XYZ8.61519.58-
YUV63.06162.39147.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.11%
GREEN value IS 37 (14.84% from 255) = 14.68%
BLUE value IS 124 (48.83% from 255) = 49.21%
R=36.11%
G=14.68%
B=49.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91371240.270.7000.51277.2454.0431.57
Hex5B257C1B460331153620
Octal13345174331060634256640
Binary101101110010111111001101110001100110011100010101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B257C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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