#5096C6

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

Shades of Picton Blue #5096C6

Tints of Picton Blue #5096C6

Color information

#5096C6 (or 0x5096C6) is unknown color: approx Picton Blue. HEX triplet: 50, 96 and C6. RGB value is (80,150,198). Sum of RGB (Red+Green+Blue) = 80+150+198=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #5096C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5096C6 is #AF6939. Grayscale: #868686. Windows color (decimal): -11495738 or 13014608. OLE color: 13014608.

HSL color Cylindrical-coordinate representation of color #5096C6: hue angle of 204.41º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5096C6 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB80150198-
CMYK0.600.2400.22
HSL204.41º50.86%54.51%-
HSV(B)204.41º59.6%77.65%-
XYZ24.4127.657.47-
YUV134.54163.8189.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.69%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 198 (77.73% from 255) = 46.26%
R=18.69%
G=35.05%
B=46.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801501980.600.2400.22204.4150.8654.51
Hex5096C63C18016cc3337
Octal12022630674300263146367
Binary101000010010110110001101111001100001011011001100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5096C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5096C6; }

 p { color: rgb(80,150,198); }

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

<style>
 a { background-color: #5096C6; }

 a { background-color: rgb(80,150,198); }

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

<style>
 span { border-color: #5096C6; }

 span { border-color: rgb(80,150,198); }

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