#5B1B94

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

Shades of Kingfisher Daisy #5B1B94

Tints of Kingfisher Daisy #5B1B94

Color information

#5B1B94 (or 0x5B1B94) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 1B and 94. RGB value is (91,27,148). Sum of RGB (Red+Green+Blue) = 91+27+148=266 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.21% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #5B1B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1B94 is #A4E46B. Grayscale: #3B3B3B. Windows color (decimal): -10806380 or 9706331. OLE color: 9706331.

HSL color Cylindrical-coordinate representation of color #5B1B94: hue angle of 271.74º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1B94 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9127148-
CMYK0.390.8200.42
HSL271.74º69.14%34.31%-
HSV(B)271.74º81.76%58.04%-
XYZ10.055.1528.48-
YUV59.93177.7150.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.21%
GREEN value IS 27 (10.94% from 255) = 10.15%
BLUE value IS 148 (58.20% from 255) = 55.64%
R=34.21%
G=10.15%
B=55.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91271480.390.8200.42271.7469.1434.31
Hex5B1B94275202A1104522
Octal133332244712205242010542
Binary10110111101110010100100111101001001010101000100001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,27,148); }

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

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

 a { background-color: rgb(91,27,148); }

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

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

 span { border-color: rgb(91,27,148); }

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