#5EAECD

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

Shades of Picton Blue #5EAECD

Tints of Picton Blue #5EAECD

Color information

#5EAECD (or 0x5EAECD) is unknown color: approx Picton Blue. HEX triplet: 5E, AE and CD. RGB value is (94,174,205). Sum of RGB (Red+Green+Blue) = 94+174+205=473 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.87% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EAECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAECD is #A15132. Grayscale: #999999. Windows color (decimal): -10572083 or 13479518. OLE color: 13479518.

HSL color Cylindrical-coordinate representation of color #5EAECD: hue angle of 196.76º 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 #5EAECD is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB94174205-
CMYK0.540.1500.20
HSL196.76º52.61%58.63%-
HSV(B)196.76º54.15%80.39%-
XYZ30.7737.0663.29-
YUV153.6115785.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.87%
GREEN value IS 174 (68.36% from 255) = 36.79%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=19.87%
G=36.79%
B=43.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal941742050.540.1500.20196.7652.6158.63
Hex5EAECD36F014c5353b
Octal13625631566170243056573
Binary10111101010111011001101110110111101010011000101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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