#5B1A9C

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

Shades of Kingfisher Daisy #5B1A9C

Tints of Kingfisher Daisy #5B1A9C

Color information

#5B1A9C (or 0x5B1A9C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 1A and 9C. RGB value is (91,26,156). Sum of RGB (Red+Green+Blue) = 91+26+156=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B1A9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1A9C is #A4E563. Grayscale: #3B3B3B. Windows color (decimal): -10806628 or 10230363. OLE color: 10230363.

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

Color convert

RGB9126156-
CMYK0.420.8300.39
HSL270º71.43%35.69%-
HSV(B)270º83.33%61.18%-
XYZ10.685.3631.92-
YUV60.26182.03149.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.33%
GREEN value IS 26 (10.55% from 255) = 9.52%
BLUE value IS 156 (61.33% from 255) = 57.14%
R=33.33%
G=9.52%
B=57.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91261560.420.8300.3927071.4335.69
Hex5B1A9C2A5302710e4724
Octal133322345212304741610744
Binary10110111101010011100101010101001101001111000011101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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