#512B7F

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

Shades of Kingfisher Daisy #512B7F

Tints of Kingfisher Daisy #512B7F

Color information

#512B7F (or 0x512B7F) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 2B and 7F. RGB value is (81,43,127). Sum of RGB (Red+Green+Blue) = 81+43+127=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #512B7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512B7F is #AED480. Grayscale: #3F3F3F. Windows color (decimal): -11457665 or 8334161. OLE color: 8334161.

HSL color Cylindrical-coordinate representation of color #512B7F: hue angle of 267.14º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #512B7F is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8143127-
CMYK0.360.6600.50
HSL267.14º49.41%33.33%-
HSV(B)267.14º66.14%49.8%-
XYZ8.095.0120.62-
YUV63.94163.59140.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.27%
GREEN value IS 43 (17.19% from 255) = 17.13%
BLUE value IS 127 (50% from 255) = 50.60%
R=32.27%
G=17.13%
B=50.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81431270.360.6600.50267.1449.4133.33
Hex512B7F244203210b3121
Octal12153177441020624136141
Binary1010001101011111111110010010000100110010100001011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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