#5099DF

Color #5099DF Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5099DF

Tints of Picton Blue #5099DF

Color information

#5099DF (or 0x5099DF) is unknown color: approx Picton Blue. HEX triplet: 50, 99 and DF. RGB value is (80,153,223). Sum of RGB (Red+Green+Blue) = 80+153+223=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #5099DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5099DF is #AF6620. Grayscale: #8A8A8A. Windows color (decimal): -11494945 or 14653776. OLE color: 14653776.

HSL color Cylindrical-coordinate representation of color #5099DF: hue angle of 209.37º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5099DF is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB80153223-
CMYK0.640.3100.13
HSL209.37º69.08%59.41%-
HSV(B)209.37º64.13%87.45%-
XYZ28.0229.8274.09-
YUV139.15175.3285.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.54%
GREEN value IS 153 (60.16% from 255) = 33.55%
BLUE value IS 223 (87.5% from 255) = 48.90%
R=17.54%
G=33.55%
B=48.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal801532230.640.3100.13209.3769.0859.41
Hex5099DF401F0Dd1453b
Octal1202313371003701532110573
Binary1010000100110011101111110000001111101101110100011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5099DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5099DF; }

 p { color: rgb(80,153,223); }

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

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

 a { background-color: rgb(80,153,223); }

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

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

 span { border-color: rgb(80,153,223); }

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