#5E9FCA

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

Shades of Picton Blue #5E9FCA

Tints of Picton Blue #5E9FCA

Color information

#5E9FCA (or 0x5E9FCA) is unknown color: approx Picton Blue. HEX triplet: 5E, 9F and CA. RGB value is (94,159,202). Sum of RGB (Red+Green+Blue) = 94+159+202=455 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.66% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E9FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9FCA is #A16035. Grayscale: #909090. Windows color (decimal): -10575926 or 13279070. OLE color: 13279070.

HSL color Cylindrical-coordinate representation of color #5E9FCA: hue angle of 203.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E9FCA is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB94159202-
CMYK0.530.2100.21
HSL203.89º50.47%58.04%-
HSV(B)203.89º53.47%79.22%-
XYZ27.6731.4460.49-
YUV144.47160.4792-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.66%
GREEN value IS 159 (62.5% from 255) = 34.95%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=20.66%
G=34.95%
B=44.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal941592020.530.2100.21203.8950.4758.04
Hex5E9FCA3515015cc323a
Octal13623731265250253146272
Binary101111010011111110010101101011010101010111001100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E9FCA; }

 p { color: rgb(94,159,202); }

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

<style>
 a { background-color: #5E9FCA; }

 a { background-color: rgb(94,159,202); }

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

<style>
 span { border-color: #5E9FCA; }

 span { border-color: rgb(94,159,202); }

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