#5B1A88

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

Shades of Kingfisher Daisy #5B1A88

Tints of Kingfisher Daisy #5B1A88

Color information

#5B1A88 (or 0x5B1A88) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 1A and 88. RGB value is (91,26,136). Sum of RGB (Red+Green+Blue) = 91+26+136=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #5B1A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1A88 is #A4E577. Grayscale: #393939. Windows color (decimal): -10806648 or 8919643. OLE color: 8919643.

HSL color Cylindrical-coordinate representation of color #5B1A88: hue angle of 275.45º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B1A88 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9126136-
CMYK0.330.8100.47
HSL275.45º67.9%31.76%-
HSV(B)275.45º80.88%53.33%-
XYZ9.134.7423.73-
YUV57.97172.03151.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.97%
GREEN value IS 26 (10.55% from 255) = 10.28%
BLUE value IS 136 (53.52% from 255) = 53.75%
R=35.97%
G=10.28%
B=53.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91261360.330.8100.47275.4567.931.76
Hex5B1A88215102F1134420
Octal133322104112105742310440
Binary10110111101010001000100001101000101011111000100111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,26,136); }

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

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

 a { background-color: rgb(91,26,136); }

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

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

 span { border-color: rgb(91,26,136); }

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