#5B248C

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

Shades of Kingfisher Daisy #5B248C

Tints of Kingfisher Daisy #5B248C

Color information

#5B248C (or 0x5B248C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 24 and 8C. RGB value is (91,36,140). Sum of RGB (Red+Green+Blue) = 91+36+140=267 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.08% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #5B248C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B248C is #A4DB73. Grayscale: #3F3F3F. Windows color (decimal): -10804084 or 9184347. OLE color: 9184347.

HSL color Cylindrical-coordinate representation of color #5B248C: hue angle of 271.73º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B248C is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9136140-
CMYK0.350.7400.45
HSL271.73º59.09%34.51%-
HSV(B)271.73º74.29%54.9%-
XYZ9.685.3825.34-
YUV64.3170.72147.04-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.08%
GREEN value IS 36 (14.45% from 255) = 13.48%
BLUE value IS 140 (55.08% from 255) = 52.43%
R=34.08%
G=13.48%
B=52.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91361400.350.7400.45271.7359.0934.51
Hex5B248C234A02D1103b23
Octal13344214431120554207343
Binary10110111001001000110010001110010100101101100010000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B248C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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