#5196DC

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

Shades of Picton Blue #5196DC

Tints of Picton Blue #5196DC

Color information

#5196DC (or 0x5196DC) is unknown color: approx Picton Blue. HEX triplet: 51, 96 and DC. RGB value is (81,150,220). Sum of RGB (Red+Green+Blue) = 81+150+220=451 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.96% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #5196DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5196DC is #AE6923. Grayscale: #898989. Windows color (decimal): -11430180 or 14456401. OLE color: 14456401.

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

Color convert

RGB81150220-
CMYK0.630.3200.14
HSL210.22º66.51%59.02%-
HSV(B)210.22º63.18%86.27%-
XYZ27.2228.7371.82-
YUV137.35174.6487.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.96%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 220 (86.33% from 255) = 48.78%
R=17.96%
G=33.26%
B=48.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal811502200.630.3200.14210.2266.5159.02
Hex5196DC3F200Ed2433b
Octal121226334774001632210373
Binary1010001100101101101110011111110000001110110100101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5196DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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