#5B247A

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

Shades of Kingfisher Daisy #5B247A

Tints of Kingfisher Daisy #5B247A

Color information

#5B247A (or 0x5B247A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 24 and 7A. RGB value is (91,36,122). Sum of RGB (Red+Green+Blue) = 91+36+122=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #5B247A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B247A is #A4DB85. Grayscale: #3D3D3D. Windows color (decimal): -10804102 or 8004699. OLE color: 8004699.

HSL color Cylindrical-coordinate representation of color #5B247A: hue angle of 278.37º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B247A is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9136122-
CMYK0.250.7000.52
HSL278.37º54.43%30.98%-
HSV(B)278.37º70.49%47.84%-
XYZ8.464.8918.91-
YUV62.25161.72148.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.55%
GREEN value IS 36 (14.45% from 255) = 14.46%
BLUE value IS 122 (48.05% from 255) = 49.00%
R=36.55%
G=14.46%
B=49.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal91361220.250.7000.52278.3754.4330.98
Hex5B247A1946034116361f
Octal13344172311060644266637
Binary10110111001001111010110011000110011010010001011011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B247A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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