#5095C6

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

Shades of Picton Blue #5095C6

Tints of Picton Blue #5095C6

Color information

#5095C6 (or 0x5095C6) is unknown color: approx Picton Blue. HEX triplet: 50, 95 and C6. RGB value is (80,149,198). Sum of RGB (Red+Green+Blue) = 80+149+198=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #5095C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5095C6 is #AF6A39. Grayscale: #858585. Windows color (decimal): -11495994 or 13014352. OLE color: 13014352.

HSL color Cylindrical-coordinate representation of color #5095C6: hue angle of 204.92º 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 #5095C6 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB80149198-
CMYK0.600.2500.22
HSL204.92º50.86%54.51%-
HSV(B)204.92º59.6%77.65%-
XYZ24.2527.2857.41-
YUV133.95164.1489.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.74%
GREEN value IS 149 (58.59% from 255) = 34.89%
BLUE value IS 198 (77.73% from 255) = 46.37%
R=18.74%
G=34.89%
B=46.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801491980.600.2500.22204.9250.8654.51
Hex5095C63C19016cd3337
Octal12022530674310263156367
Binary101000010010101110001101111001100101011011001101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5095C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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