#5194DC

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

Shades of Picton Blue #5194DC

Tints of Picton Blue #5194DC

Color information

#5194DC (or 0x5194DC) is unknown color: approx Picton Blue. HEX triplet: 51, 94 and DC. RGB value is (81,148,220). Sum of RGB (Red+Green+Blue) = 81+148+220=449 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.04% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #5194DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5194DC is #AE6B23. Grayscale: #878787. Windows color (decimal): -11430692 or 14455889. OLE color: 14455889.

HSL color Cylindrical-coordinate representation of color #5194DC: hue angle of 211.08º 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 #5194DC is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB81148220-
CMYK0.630.3300.14
HSL211.08º66.51%59.02%-
HSV(B)211.08º63.18%86.27%-
XYZ26.928.171.72-
YUV136.17175.388.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.04%
GREEN value IS 148 (58.20% from 255) = 32.96%
BLUE value IS 220 (86.33% from 255) = 49.00%
R=18.04%
G=32.96%
B=49.00%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal811482200.630.3300.14211.0866.5159.02
Hex5194DC3F210Ed3433b
Octal121224334774101632310373
Binary1010001100101001101110011111110000101110110100111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5194DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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