#511C8B

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

Shades of Kingfisher Daisy #511C8B

Tints of Kingfisher Daisy #511C8B

Color information

#511C8B (or 0x511C8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 1C and 8B. RGB value is (81,28,139). Sum of RGB (Red+Green+Blue) = 81+28+139=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #511C8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511C8B is #AEE374. Grayscale: #383838. Windows color (decimal): -11461493 or 9116753. OLE color: 9116753.

HSL color Cylindrical-coordinate representation of color #511C8B: hue angle of 268.65º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511C8B is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8128139-
CMYK0.420.8000.45
HSL268.65º66.47%32.75%-
HSV(B)268.65º79.86%54.51%-
XYZ8.474.4424.84-
YUV56.5174.56145.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 28 (11.33% from 255) = 11.29%
BLUE value IS 139 (54.69% from 255) = 56.05%
R=32.66%
G=11.29%
B=56.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81281390.420.8000.45268.6566.4732.75
Hex511C8B2A5002D10d4221
Octal121342135212005541510241
Binary10100011110010001011101010101000001011011000011011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511C8B; }

 p { color: rgb(81,28,139); }

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

<style>
 a { background-color: #511C8B; }

 a { background-color: rgb(81,28,139); }

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

<style>
 span { border-color: #511C8B; }

 span { border-color: rgb(81,28,139); }

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