#5195CF

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

Shades of Picton Blue #5195CF

Tints of Picton Blue #5195CF

Color information

#5195CF (or 0x5195CF) is unknown color: approx Picton Blue. HEX triplet: 51, 95 and CF. RGB value is (81,149,207). Sum of RGB (Red+Green+Blue) = 81+149+207=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #5195CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5195CF is #AE6A30. Grayscale: #868686. Windows color (decimal): -11430449 or 13604177. OLE color: 13604177.

HSL color Cylindrical-coordinate representation of color #5195CF: hue angle of 207.62º degrees, saturation: 0.57, 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 #5195CF is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB81149207-
CMYK0.610.2800.19
HSL207.62º56.76%56.47%-
HSV(B)207.62º60.87%81.18%-
XYZ25.427.7563.05-
YUV135.28168.4789.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.54%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 207 (81.25% from 255) = 47.37%
R=18.54%
G=34.10%
B=47.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal811492070.610.2800.19207.6256.7656.47
Hex5195CF3D1C013d03938
Octal12122531775340233207170
Binary101000110010101110011111111011110001001111010000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5195CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5195CF; }

 p { color: rgb(81,149,207); }

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

<style>
 a { background-color: #5195CF; }

 a { background-color: rgb(81,149,207); }

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

<style>
 span { border-color: #5195CF; }

 span { border-color: rgb(81,149,207); }

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