#5196CC

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

Shades of Picton Blue #5196CC

Tints of Picton Blue #5196CC

Color information

#5196CC (or 0x5196CC) is unknown color: approx Picton Blue. HEX triplet: 51, 96 and CC. RGB value is (81,150,204). Sum of RGB (Red+Green+Blue) = 81+150+204=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #5196CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5196CC is #AE6933. Grayscale: #878787. Windows color (decimal): -11430196 or 13407825. OLE color: 13407825.

HSL color Cylindrical-coordinate representation of color #5196CC: hue angle of 206.34º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5196CC is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB81150204-
CMYK0.600.2600.2
HSL206.34º54.67%55.88%-
HSV(B)206.34º60.29%80%-
XYZ25.227.9261.19-
YUV135.52166.6489.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.62%
GREEN value IS 150 (58.98% from 255) = 34.48%
BLUE value IS 204 (80.08% from 255) = 46.90%
R=18.62%
G=34.48%
B=46.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal811502040.600.2600.2206.3454.6755.88
Hex5196CC3C1A014ce3738
Octal12122631474320243166770
Binary101000110010110110011001111001101001010011001110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5196CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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