#5199D0

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

Shades of Picton Blue #5199D0

Tints of Picton Blue #5199D0

Color information

#5199D0 (or 0x5199D0) is unknown color: approx Picton Blue. HEX triplet: 51, 99 and D0. RGB value is (81,153,208). Sum of RGB (Red+Green+Blue) = 81+153+208=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 208 - color contains mainly: blue. Hex color #5199D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5199D0 is #AE662F. Grayscale: #898989. Windows color (decimal): -11429424 or 13670737. OLE color: 13670737.

HSL color Cylindrical-coordinate representation of color #5199D0: hue angle of 205.98º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5199D0 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB81153208-
CMYK0.610.2600.18
HSL205.98º57.47%56.67%-
HSV(B)205.98º61.06%81.57%-
XYZ26.1729.0963.91-
YUV137.74167.6587.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.33%
GREEN value IS 153 (60.16% from 255) = 34.62%
BLUE value IS 208 (81.64% from 255) = 47.06%
R=18.33%
G=34.62%
B=47.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal811532080.610.2600.18205.9857.4756.67
Hex5199D03D1A012ce3939
Octal12123132075320223167171
Binary101000110011001110100001111011101001001011001110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5199D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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