#5B267C

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

Shades of Kingfisher Daisy #5B267C

Tints of Kingfisher Daisy #5B267C

Color information

#5B267C (or 0x5B267C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 26 and 7C. RGB value is (91,38,124). Sum of RGB (Red+Green+Blue) = 91+38+124=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B267C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B267C is #A4D983. Grayscale: #3F3F3F. Windows color (decimal): -10803588 or 8136283. OLE color: 8136283.

HSL color Cylindrical-coordinate representation of color #5B267C: hue angle of 276.98º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B267C is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9138124-
CMYK0.270.6900.51
HSL276.98º53.09%31.76%-
HSV(B)276.98º69.35%48.63%-
XYZ8.655.0719.59-
YUV63.65162.06147.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.97%
GREEN value IS 38 (15.23% from 255) = 15.02%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=35.97%
G=15.02%
B=49.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91381240.270.6900.51276.9853.0931.76
Hex5B267C1B450331153520
Octal13346174331050634256540
Binary101101110011011111001101110001010110011100010101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,38,124); }

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

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

 a { background-color: rgb(91,38,124); }

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

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

 span { border-color: rgb(91,38,124); }

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