#512B92

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

Shades of Daisy Bush #512B92

Tints of Daisy Bush #512B92

Color information

#512B92 (or 0x512B92) is unknown color: approx Daisy Bush. HEX triplet: 51, 2B and 92. RGB value is (81,43,146). Sum of RGB (Red+Green+Blue) = 81+43+146=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #512B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512B92 is #AED46D. Grayscale: #414141. Windows color (decimal): -11457646 or 9579345. OLE color: 9579345.

HSL color Cylindrical-coordinate representation of color #512B92: hue angle of 262.14º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #512B92 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8143146-
CMYK0.450.7100.43
HSL262.14º54.5%37.06%-
HSV(B)262.14º70.55%57.25%-
XYZ9.455.5527.77-
YUV66.1173.09138.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 43 (17.19% from 255) = 15.93%
BLUE value IS 146 (57.42% from 255) = 54.07%
R=30%
G=15.93%
B=54.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81431460.450.7100.43262.1454.537.06
Hex512B922D4702B1063625
Octal12153222551070534066645
Binary10100011010111001001010110110001110101011100000110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512B92; }

 p { color: rgb(81,43,146); }

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

<style>
 a { background-color: #512B92; }

 a { background-color: rgb(81,43,146); }

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

<style>
 span { border-color: #512B92; }

 span { border-color: rgb(81,43,146); }

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