#5B288E

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

Shades of Kingfisher Daisy #5B288E

Tints of Kingfisher Daisy #5B288E

Color information

#5B288E (or 0x5B288E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 28 and 8E. RGB value is (91,40,142). Sum of RGB (Red+Green+Blue) = 91+40+142=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B288E is #A4D771. Grayscale: #424242. Windows color (decimal): -10803058 or 9316443. OLE color: 9316443.

HSL color Cylindrical-coordinate representation of color #5B288E: hue angle of 270º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B288E is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9140142-
CMYK0.360.7200.44
HSL270º56.04%35.69%-
HSV(B)270º71.83%55.69%-
XYZ9.965.6926.17-
YUV66.88170.4145.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.33%
GREEN value IS 40 (16.02% from 255) = 14.65%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=33.33%
G=14.65%
B=52.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91401420.360.7200.4427056.0435.69
Hex5B288E244802C10e3824
Octal13350216441100544167044
Binary10110111010001000111010010010010000101100100001110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,40,142); }

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

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

 a { background-color: rgb(91,40,142); }

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

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

 span { border-color: rgb(91,40,142); }

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