#5B298B

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

Shades of Kingfisher Daisy #5B298B

Tints of Kingfisher Daisy #5B298B

Color information

#5B298B (or 0x5B298B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 29 and 8B. RGB value is (91,41,139). Sum of RGB (Red+Green+Blue) = 91+41+139=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #5B298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B298B is #A4D674. Grayscale: #424242. Windows color (decimal): -10802805 or 9120091. OLE color: 9120091.

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

Color convert

RGB9141139-
CMYK0.350.7100.45
HSL270.61º54.44%35.29%-
HSV(B)270.61º70.5%54.51%-
XYZ9.775.6725.01-
YUV67.12168.56145.03-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.58%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 139 (54.69% from 255) = 51.29%
R=33.58%
G=15.13%
B=51.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91411390.350.7100.45270.6154.4435.29
Hex5B298B234702D10f3623
Octal13351213431070554176643
Binary10110111010011000101110001110001110101101100001111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,41,139); }

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

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

 a { background-color: rgb(91,41,139); }

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

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

 span { border-color: rgb(91,41,139); }

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