#5196CA

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

Shades of Picton Blue #5196CA

Tints of Picton Blue #5196CA

Color information

#5196CA (or 0x5196CA) is unknown color: approx Picton Blue. HEX triplet: 51, 96 and CA. RGB value is (81,150,202). Sum of RGB (Red+Green+Blue) = 81+150+202=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #5196CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5196CA is #AE6935. Grayscale: #878787. Windows color (decimal): -11430198 or 13276753. OLE color: 13276753.

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

Color convert

RGB81150202-
CMYK0.600.2600.21
HSL205.79º53.3%55.49%-
HSV(B)205.79º59.9%79.22%-
XYZ24.9627.8359.93-
YUV135.3165.6489.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.71%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=18.71%
G=34.64%
B=46.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811502020.600.2600.21205.7953.355.49
Hex5196CA3C1A015ce3537
Octal12122631274320253166567
Binary101000110010110110010101111001101001010111001110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5196CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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