#5095E1

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

Shades of Picton Blue #5095E1

Tints of Picton Blue #5095E1

Color information

#5095E1 (or 0x5095E1) is unknown color: approx Picton Blue. HEX triplet: 50, 95 and E1. RGB value is (80,149,225). Sum of RGB (Red+Green+Blue) = 80+149+225=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #5095E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5095E1 is #AF6A1E. Grayscale: #888888. Windows color (decimal): -11495967 or 14783824. OLE color: 14783824.

HSL color Cylindrical-coordinate representation of color #5095E1: hue angle of 211.45º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5095E1 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB80149225-
CMYK0.640.3400.12
HSL211.45º70.73%59.8%-
HSV(B)211.45º64.44%88.24%-
XYZ27.6528.6475.3-
YUV137.03177.6487.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.62%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 225 (88.28% from 255) = 49.56%
R=17.62%
G=32.82%
B=49.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal801492250.640.3400.12211.4570.7359.8
Hex5095E140220Cd3473c
Octal1202253411004201432310774
Binary10100001001010111100001100000010001001100110100111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5095E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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