#5D358B

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

Shades of Kingfisher Daisy #5D358B

Tints of Kingfisher Daisy #5D358B

Color information

#5D358B (or 0x5D358B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 35 and 8B. RGB value is (93,53,139). Sum of RGB (Red+Green+Blue) = 93+53+139=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D358B is #A2CA74. Grayscale: #4A4A4A. Windows color (decimal): -10668661 or 9123165. OLE color: 9123165.

HSL color Cylindrical-coordinate representation of color #5D358B: hue angle of 267.91º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D358B is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9353139-
CMYK0.330.6200.45
HSL267.91º44.79%37.65%-
HSV(B)267.91º61.87%54.51%-
XYZ10.456.7425.18-
YUV74.76164.25141.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.63%
GREEN value IS 53 (21.09% from 255) = 18.60%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=32.63%
G=18.60%
B=48.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93531390.330.6200.45267.9144.7937.65
Hex5D358B213E02D10c2d26
Octal1356521341760554145546
Binary1011101110101100010111000011111100101101100001100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,53,139); }

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

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

 a { background-color: rgb(93,53,139); }

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

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

 span { border-color: rgb(93,53,139); }

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