#5B2E82

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

Shades of Kingfisher Daisy #5B2E82

Tints of Kingfisher Daisy #5B2E82

Color information

#5B2E82 (or 0x5B2E82) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 2E and 82. RGB value is (91,46,130). Sum of RGB (Red+Green+Blue) = 91+46+130=267 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.08% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B2E82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2E82 is #A4D17D. Grayscale: #444444. Windows color (decimal): -10801534 or 8531547. OLE color: 8531547.

HSL color Cylindrical-coordinate representation of color #5B2E82: hue angle of 272.14º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B2E82 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9146130-
CMYK0.300.6500.49
HSL272.14º47.73%34.51%-
HSV(B)272.14º64.62%50.98%-
XYZ9.325.7921.75-
YUV69.03162.41143.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.08%
GREEN value IS 46 (18.36% from 255) = 17.23%
BLUE value IS 130 (51.17% from 255) = 48.69%
R=34.08%
G=17.23%
B=48.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91461300.300.6500.49272.1447.7334.51
Hex5B2E821E410311103023
Octal13356202361010614206043
Binary1011011101110100000101111010000010110001100010000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,46,130); }

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

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

 a { background-color: rgb(91,46,130); }

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

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

 span { border-color: rgb(91,46,130); }

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