#5ea6cd

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

Shades of Picton Blue #5EA6CD

Tints of Picton Blue #5EA6CD

Color information

#5EA6CD (or 0x5EA6CD) is unknown color: approx Picton Blue. HEX triplet: 5E, A6 and CD. RGB value is (94,166,205). Sum of RGB (Red+Green+Blue) = 94+166+205=465 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.22% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EA6CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA6CD is #A15932. Grayscale: #949494. Windows color (decimal): -10574131 or 13477470. OLE color: 13477470.

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

Color convert

RGB94166205-
CMYK0.540.1900.20
HSL201.08º52.61%58.63%-
HSV(B)201.08º54.15%80.39%-
XYZ29.2734.0662.79-
YUV148.92159.6588.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.22%
GREEN value IS 166 (65.23% from 255) = 35.70%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=20.22%
G=35.70%
B=44.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal941662050.540.1900.20201.0852.6158.63
Hex5EA6CD3613014c9353b
Octal13624631566230243116573
Binary101111010100110110011011101101001101010011001001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ea6cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,166,205); }

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

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

 a { background-color: rgb(94,166,205); }

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

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

 span { border-color: rgb(94,166,205); }

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