#5196CE

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

Shades of Picton Blue #5196CE

Tints of Picton Blue #5196CE

Color information

#5196CE (or 0x5196CE) is unknown color: approx Picton Blue. HEX triplet: 51, 96 and CE. RGB value is (81,150,206). Sum of RGB (Red+Green+Blue) = 81+150+206=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #5196CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5196CE is #AE6931. Grayscale: #878787. Windows color (decimal): -11430194 or 13538897. OLE color: 13538897.

HSL color Cylindrical-coordinate representation of color #5196CE: hue angle of 206.88º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5196CE is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB81150206-
CMYK0.610.2700.19
HSL206.88º56.05%56.27%-
HSV(B)206.88º60.68%80.78%-
XYZ25.4428.0262.46-
YUV135.75167.6488.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.54%
GREEN value IS 150 (58.98% from 255) = 34.32%
BLUE value IS 206 (80.86% from 255) = 47.14%
R=18.54%
G=34.32%
B=47.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal811502060.610.2700.19206.8856.0556.27
Hex5196CE3D1B013cf3838
Octal12122631675330233177070
Binary101000110010110110011101111011101101001111001111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5196CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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