#5D417B

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

Shades of Kingfisher Daisy #5D417B

Tints of Kingfisher Daisy #5D417B

Color information

#5D417B (or 0x5D417B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 41 and 7B. RGB value is (93,65,123). Sum of RGB (Red+Green+Blue) = 93+65+123=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #5D417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D417B is #A2BE84. Grayscale: #4F4F4F. Windows color (decimal): -10665605 or 8077661. OLE color: 8077661.

HSL color Cylindrical-coordinate representation of color #5D417B: hue angle of 268.97º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D417B is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9365123-
CMYK0.240.4700.52
HSL268.97º30.85%36.86%-
HSV(B)268.97º47.15%48.24%-
XYZ9.987.5419.67-
YUV79.98152.28137.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.10%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 123 (48.44% from 255) = 43.77%
R=33.10%
G=23.13%
B=43.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93651230.240.4700.52268.9730.8536.86
Hex5D417B182F03410d1f25
Octal13510117330570644153745
Binary10111011000001111101111000101111011010010000110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,65,123); }

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

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

 a { background-color: rgb(93,65,123); }

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

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

 span { border-color: rgb(93,65,123); }

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