#5127A5

Color #5127A5 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #5127A5

Tints of Daisy Bush #5127A5

Color information

#5127A5 (or 0x5127A5) is unknown color: approx Daisy Bush. HEX triplet: 51, 27 and A5. RGB value is (81,39,165). Sum of RGB (Red+Green+Blue) = 81+39+165=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 165 (64.84% from 255 or 57.89% from 285); Max value from RGB is 165 - color contains mainly: blue. Hex color #5127A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5127A5 is #AED85A. Grayscale: #414141. Windows color (decimal): -11458651 or 10823505. OLE color: 10823505.

HSL color Cylindrical-coordinate representation of color #5127A5: hue angle of 260º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5127A5 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8139165-
CMYK0.510.7600.35
HSL260º61.76%40%-
HSV(B)260º76.36%64.71%-
XYZ10.915.9236.16-
YUV65.92183.91138.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.42%
GREEN value IS 39 (15.62% from 255) = 13.68%
BLUE value IS 165 (64.84% from 255) = 57.89%
R=28.42%
G=13.68%
B=57.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81391650.510.7600.3526061.7640
Hex5127A5334C0231043e28
Octal12147245631140434047650
Binary10100011001111010010111001110011000100011100000100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5127A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5127A5; }

 p { color: rgb(81,39,165); }

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

<style>
 a { background-color: #5127A5; }

 a { background-color: rgb(81,39,165); }

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

<style>
 span { border-color: #5127A5; }

 span { border-color: rgb(81,39,165); }

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