#5ea5ce

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

Shades of Picton Blue #5EA5CE

Tints of Picton Blue #5EA5CE

Color information

#5EA5CE (or 0x5EA5CE) is unknown color: approx Picton Blue. HEX triplet: 5E, A5 and CE. RGB value is (94,165,206). Sum of RGB (Red+Green+Blue) = 94+165+206=465 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.22% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #5EA5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA5CE is #A15A31. Grayscale: #949494. Windows color (decimal): -10574386 or 13542750. OLE color: 13542750.

HSL color Cylindrical-coordinate representation of color #5EA5CE: hue angle of 201.96º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EA5CE is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB94165206-
CMYK0.540.2000.19
HSL201.96º53.33%58.82%-
HSV(B)201.96º54.37%80.78%-
XYZ29.2133.7563.37-
YUV148.44160.4889.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.22%
GREEN value IS 165 (64.84% from 255) = 35.48%
BLUE value IS 206 (80.86% from 255) = 44.30%
R=20.22%
G=35.48%
B=44.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal941652060.540.2000.19201.9653.3358.82
Hex5EA5CE3614013ca353b
Octal13624531666240233126573
Binary101111010100101110011101101101010001001111001010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ea5ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,165,206); }

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

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

 a { background-color: rgb(94,165,206); }

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

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

 span { border-color: rgb(94,165,206); }

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