#5D368A

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

Shades of Kingfisher Daisy #5D368A

Tints of Kingfisher Daisy #5D368A

Color information

#5D368A (or 0x5D368A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 36 and 8A. RGB value is (93,54,138). Sum of RGB (Red+Green+Blue) = 93+54+138=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D368A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D368A is #A2C975. Grayscale: #4A4A4A. Windows color (decimal): -10668406 or 9057885. OLE color: 9057885.

HSL color Cylindrical-coordinate representation of color #5D368A: hue angle of 267.86º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D368A is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9354138-
CMYK0.330.6100.46
HSL267.86º43.75%37.65%-
HSV(B)267.86º60.87%54.12%-
XYZ10.426.824.81-
YUV75.24163.42140.67-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.63%
GREEN value IS 54 (21.48% from 255) = 18.95%
BLUE value IS 138 (54.30% from 255) = 48.42%
R=32.63%
G=18.95%
B=48.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal93541380.330.6100.46267.8643.7537.65
Hex5D368A213D02E10c2c26
Octal1356621241750564145446
Binary1011101110110100010101000011111010101110100001100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,54,138); }

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

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

 a { background-color: rgb(93,54,138); }

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

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

 span { border-color: rgb(93,54,138); }

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