#5EACCD

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

Shades of Picton Blue #5EACCD

Tints of Picton Blue #5EACCD

Color information

#5EACCD (or 0x5EACCD) is unknown color: approx Picton Blue. HEX triplet: 5E, AC and CD. RGB value is (94,172,205). Sum of RGB (Red+Green+Blue) = 94+172+205=471 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.96% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACCD is #A15332. Grayscale: #989898. Windows color (decimal): -10572595 or 13479006. OLE color: 13479006.

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

Color convert

RGB94172205-
CMYK0.540.1600.20
HSL197.84º52.61%58.63%-
HSV(B)197.84º54.15%80.39%-
XYZ30.3936.2963.16-
YUV152.44157.6686.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.96%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=19.96%
G=36.52%
B=43.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal941722050.540.1600.20197.8452.6158.63
Hex5EACCD3610014c6353b
Octal13625431566200243066573
Binary101111010101100110011011101101000001010011000110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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