#5199DC

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

Shades of Picton Blue #5199DC

Tints of Picton Blue #5199DC

Color information

#5199DC (or 0x5199DC) is unknown color: approx Picton Blue. HEX triplet: 51, 99 and DC. RGB value is (81,153,220). Sum of RGB (Red+Green+Blue) = 81+153+220=454 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.84% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #5199DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5199DC is #AE6623. Grayscale: #8A8A8A. Windows color (decimal): -11429412 or 14457169. OLE color: 14457169.

HSL color Cylindrical-coordinate representation of color #5199DC: hue angle of 208.92º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5199DC is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB81153220-
CMYK0.630.3000.14
HSL208.92º66.51%59.02%-
HSV(B)208.92º63.18%86.27%-
XYZ27.729.771.98-
YUV139.11173.6586.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.84%
GREEN value IS 153 (60.16% from 255) = 33.70%
BLUE value IS 220 (86.33% from 255) = 48.46%
R=17.84%
G=33.70%
B=48.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal811532200.630.3000.14208.9266.5159.02
Hex5199DC3F1E0Ed1433b
Octal121231334773601632110373
Binary101000110011001110111001111111111001110110100011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5199DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5199DC; }

 p { color: rgb(81,153,220); }

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

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

 a { background-color: rgb(81,153,220); }

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

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

 span { border-color: rgb(81,153,220); }

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