#5195df

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

Shades of Picton Blue #5195DF

Tints of Picton Blue #5195DF

Color information

#5195DF (or 0x5195DF) is unknown color: approx Picton Blue. HEX triplet: 51, 95 and DF. RGB value is (81,149,223). Sum of RGB (Red+Green+Blue) = 81+149+223=453 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.88% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #5195DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5195DF is #AE6A20. Grayscale: #888888. Windows color (decimal): -11430433 or 14652753. OLE color: 14652753.

HSL color Cylindrical-coordinate representation of color #5195DF: hue angle of 211.27º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5195DF is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB81149223-
CMYK0.640.3300.13
HSL211.27º68.93%59.61%-
HSV(B)211.27º63.68%87.45%-
XYZ27.4628.5773.88-
YUV137.1176.4787.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.88%
GREEN value IS 149 (58.59% from 255) = 32.89%
BLUE value IS 223 (87.5% from 255) = 49.23%
R=17.88%
G=32.89%
B=49.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal811492230.640.3300.13211.2768.9359.61
Hex5195DF40210Dd3453c
Octal1212253371004101532310574
Binary10100011001010111011111100000010000101101110100111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5195df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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