#513282

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

Shades of Kingfisher Daisy #513282

Tints of Kingfisher Daisy #513282

Color information

#513282 (or 0x513282) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 32 and 82. RGB value is (81,50,130). Sum of RGB (Red+Green+Blue) = 81+50+130=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #513282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513282 is #AECD7D. Grayscale: #444444. Windows color (decimal): -11455870 or 8532561. OLE color: 8532561.

HSL color Cylindrical-coordinate representation of color #513282: hue angle of 263.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #513282 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8150130-
CMYK0.380.6200.49
HSL263.25º44.44%35.29%-
HSV(B)263.25º61.54%50.98%-
XYZ8.565.6421.76-
YUV68.39162.77137-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.03%
GREEN value IS 50 (19.92% from 255) = 19.16%
BLUE value IS 130 (51.17% from 255) = 49.81%
R=31.03%
G=19.16%
B=49.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81501300.380.6200.49263.2544.4435.29
Hex513282263E0311072c23
Octal1216220246760614075443
Binary1010001110010100000101001101111100110001100000111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513282; }

 p { color: rgb(81,50,130); }

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

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

 a { background-color: rgb(81,50,130); }

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

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

 span { border-color: rgb(81,50,130); }

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