#513085

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

Shades of Kingfisher Daisy #513085

Tints of Kingfisher Daisy #513085

Color information

#513085 (or 0x513085) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 30 and 85. RGB value is (81,48,133). Sum of RGB (Red+Green+Blue) = 81+48+133=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #513085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513085 is #AECF7A. Grayscale: #434343. Windows color (decimal): -11456379 or 8728657. OLE color: 8728657.

HSL color Cylindrical-coordinate representation of color #513085: hue angle of 263.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #513085 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8148133-
CMYK0.390.6400.48
HSL263.29º46.96%35.49%-
HSV(B)263.29º63.91%52.16%-
XYZ8.685.5622.81-
YUV67.56164.93137.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.92%
GREEN value IS 48 (19.14% from 255) = 18.32%
BLUE value IS 133 (52.34% from 255) = 50.76%
R=30.92%
G=18.32%
B=50.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81481330.390.6400.48263.2946.9635.49
Hex51308527400301072f23
Octal12160205471000604075743
Binary10100011100001000010110011110000000110000100000111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513085; }

 p { color: rgb(81,48,133); }

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

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

 a { background-color: rgb(81,48,133); }

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

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

 span { border-color: rgb(81,48,133); }

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