#5D2E90

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

Shades of Kingfisher Daisy #5D2E90

Tints of Kingfisher Daisy #5D2E90

Color information

#5D2E90 (or 0x5D2E90) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 2E and 90. RGB value is (93,46,144). Sum of RGB (Red+Green+Blue) = 93+46+144=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D2E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2E90 is #A2D16F. Grayscale: #464646. Windows color (decimal): -10670448 or 9449053. OLE color: 9449053.

HSL color Cylindrical-coordinate representation of color #5D2E90: hue angle of 268.78º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D2E90 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9346144-
CMYK0.350.6800.44
HSL268.78º51.58%37.25%-
HSV(B)268.78º68.06%56.47%-
XYZ10.536.2927.05-
YUV71.22169.07143.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.86%
GREEN value IS 46 (18.36% from 255) = 16.25%
BLUE value IS 144 (56.64% from 255) = 50.88%
R=32.86%
G=16.25%
B=50.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal93461440.350.6800.44268.7851.5837.25
Hex5D2E90234402C10d3425
Octal13556220431040544156445
Binary10111011011101001000010001110001000101100100001101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,46,144); }

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

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

 a { background-color: rgb(93,46,144); }

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

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

 span { border-color: rgb(93,46,144); }

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