#5099D5

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

Shades of Picton Blue #5099D5

Tints of Picton Blue #5099D5

Color information

#5099D5 (or 0x5099D5) is unknown color: approx Picton Blue. HEX triplet: 50, 99 and D5. RGB value is (80,153,213). Sum of RGB (Red+Green+Blue) = 80+153+213=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #5099D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5099D5 is #AF662A. Grayscale: #898989. Windows color (decimal): -11494955 or 13998416. OLE color: 13998416.

HSL color Cylindrical-coordinate representation of color #5099D5: hue angle of 207.07º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5099D5 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB80153213-
CMYK0.620.2800.16
HSL207.07º61.29%57.45%-
HSV(B)207.07º62.44%83.53%-
XYZ26.7129.2967.2-
YUV138.01170.3286.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.94%
GREEN value IS 153 (60.16% from 255) = 34.30%
BLUE value IS 213 (83.59% from 255) = 47.76%
R=17.94%
G=34.30%
B=47.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal801532130.620.2800.16207.0761.2957.45
Hex5099D53E1C010cf3d39
Octal12023132576340203177571
Binary101000010011001110101011111101110001000011001111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5099D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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