#5EACCE

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

Shades of Picton Blue #5EACCE

Tints of Picton Blue #5EACCE

Color information

#5EACCE (or 0x5EACCE) is unknown color: approx Picton Blue. HEX triplet: 5E, AC and CE. RGB value is (94,172,206). Sum of RGB (Red+Green+Blue) = 94+172+206=472 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.92% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #5EACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACCE is #A15331. Grayscale: #989898. Windows color (decimal): -10572594 or 13544542. OLE color: 13544542.

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

Color convert

RGB94172206-
CMYK0.540.1700.19
HSL198.21º53.33%58.82%-
HSV(B)198.21º54.37%80.78%-
XYZ30.5136.3463.8-
YUV152.55158.1686.24-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.92%
GREEN value IS 172 (67.58% from 255) = 36.44%
BLUE value IS 206 (80.86% from 255) = 43.64%
R=19.92%
G=36.44%
B=43.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal941722060.540.1700.19198.2153.3358.82
Hex5EACCE3611013c6353b
Octal13625431666210233066573
Binary101111010101100110011101101101000101001111000110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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