#5B247C

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

Shades of Kingfisher Daisy #5B247C

Tints of Kingfisher Daisy #5B247C

Color information

#5B247C (or 0x5B247C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 24 and 7C. RGB value is (91,36,124). Sum of RGB (Red+Green+Blue) = 91+36+124=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B247C is #A4DB83. Grayscale: #3E3E3E. Windows color (decimal): -10804100 or 8135771. OLE color: 8135771.

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

Color convert

RGB9136124-
CMYK0.270.7100.51
HSL277.5º55%31.37%-
HSV(B)277.5º70.97%48.63%-
XYZ8.584.9419.57-
YUV62.48162.72148.34-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.25%
GREEN value IS 36 (14.45% from 255) = 14.34%
BLUE value IS 124 (48.83% from 255) = 49.40%
R=36.25%
G=14.34%
B=49.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91361240.270.7100.51277.55531.37
Hex5B247C1B47033116371f
Octal13344174331070634266737
Binary10110111001001111100110111000111011001110001011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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