#5D277E

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

Shades of Kingfisher Daisy #5D277E

Tints of Kingfisher Daisy #5D277E

Color information

#5D277E (or 0x5D277E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 27 and 7E. RGB value is (93,39,126). Sum of RGB (Red+Green+Blue) = 93+39+126=258 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.05% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 126 - color contains mainly: blue. Hex color #5D277E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D277E is #A2D881. Grayscale: #404040. Windows color (decimal): -10672258 or 8267613. OLE color: 8267613.

HSL color Cylindrical-coordinate representation of color #5D277E: hue angle of 277.24º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D277E is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9339126-
CMYK0.260.6900.51
HSL277.24º52.73%32.35%-
HSV(B)277.24º69.05%49.41%-
XYZ9.015.2820.28-
YUV65.06162.39147.93-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.05%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 126 (49.61% from 255) = 48.84%
R=36.05%
G=15.12%
B=48.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal93391260.260.6900.51277.2452.7332.35
Hex5D277E1A450331153520
Octal13547176321050634256540
Binary101110110011111111101101010001010110011100010101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D277E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,39,126); }

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

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

 a { background-color: rgb(93,39,126); }

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

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

 span { border-color: rgb(93,39,126); }

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