#5196CD

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

Shades of Picton Blue #5196CD

Tints of Picton Blue #5196CD

Color information

#5196CD (or 0x5196CD) is unknown color: approx Picton Blue. HEX triplet: 51, 96 and CD. RGB value is (81,150,205). Sum of RGB (Red+Green+Blue) = 81+150+205=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #5196CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5196CD is #AE6932. Grayscale: #878787. Windows color (decimal): -11430195 or 13473361. OLE color: 13473361.

HSL color Cylindrical-coordinate representation of color #5196CD: hue angle of 206.61º 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 #5196CD is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB81150205-
CMYK0.600.2700.20
HSL206.61º55.36%56.08%-
HSV(B)206.61º60.49%80.39%-
XYZ25.3227.9761.82-
YUV135.64167.1489.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.58%
GREEN value IS 150 (58.98% from 255) = 34.40%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=18.58%
G=34.40%
B=47.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811502050.600.2700.20206.6155.3656.08
Hex5196CD3C1B014cf3738
Octal12122631574330243176770
Binary101000110010110110011011111001101101010011001111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5196CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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