#5094e0

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

Shades of Picton Blue #5094E0

Tints of Picton Blue #5094E0

Color information

#5094E0 (or 0x5094E0) is unknown color: approx Picton Blue. HEX triplet: 50, 94 and E0. RGB value is (80,148,224). Sum of RGB (Red+Green+Blue) = 80+148+224=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #5094E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5094E0 is #AF6B1F. Grayscale: #878787. Windows color (decimal): -11496224 or 14718032. OLE color: 14718032.

HSL color Cylindrical-coordinate representation of color #5094E0: hue angle of 211.67º degrees, saturation: 0.7, 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 #5094E0 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB80148224-
CMYK0.640.3400.12
HSL211.67º69.9%59.61%-
HSV(B)211.67º64.29%87.84%-
XYZ27.3528.2774.54-
YUV136.33177.4787.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.70%
GREEN value IS 148 (58.20% from 255) = 32.74%
BLUE value IS 224 (87.89% from 255) = 49.56%
R=17.70%
G=32.74%
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
Decimal801482240.640.3400.12211.6769.959.61
Hex5094E040220Cd4463c
Octal1202243401004201432410674
Binary10100001001010011100000100000010001001100110101001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5094e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5094e0; }

 p { color: rgb(80,148,224); }

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

<style>
 a { background-color: #5094e0; }

 a { background-color: rgb(80,148,224); }

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

<style>
 span { border-color: #5094e0; }

 span { border-color: rgb(80,148,224); }

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